Html Css Color HEX #16CD1D Lime Green

📋 copy color: '#16CD1D'

red 22 ◦ green 205 ◦ blue 29

#16CD1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #16CD1D

Tints of Lime Green #16CD1D

RGB

 RED value IS 22 (8.98% from 255) = 8.59%

 GREEN value IS 205 (80.47% from 255) = 80.08%

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 8.59%
G = 80.08%
B = 11.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#16CD1D (or 0x16CD1D) is known color: Lime Green. HEX triplet: 16, CD and 1D. RGB value is (22,205,29). Sum of RGB (Red+Green+Blue) = 22+205+29=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CD1D is #E932E2. Grayscale: #828282. Windows color (decimal): -15282915 or 1953046. OLE color: 1953046.

HSL color Cylindrical-coordinate representation of color #16CD1D: hue angle of 122.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CD1D is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 205 29 -
CMYK 0.89 0 0.86 0.20
HSL 122.3º 0.81% 0.45% -
HSV(B) 122.3º 0.89% 0.8% -
XYZ 22.38 43.92 8.46 -
YUV 130.22 70.87 50.81 -
System Red Green Blue C M Y K H S L
Decimal 22 205 29 0.89 0 0.86 0.20 122.3 0.81 0.45
Hex 16 CD 1D 59 0 56 14 7A 51 2D
Octal 26 315 35 131 0 126 24 172 121 55
Binary 10110 11001101 11101 1011001 0 1010110 10100 1111010 1010001 101101

Color Harmonies of #16CD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CD1D

Black with #16CD1D

Text Example


Text Example

White with #16CD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16CD1D; }

 p { color: rgb(22,205,29); }

 H1.HeaderClassName
 {
   color: #16CD1D;
 }
 .AnyTagClassName
 {
   color: #16CD1D;
 }
</style>

background-color css

<style>
 a { background-color: #16CD1D; }

 a { background-color: rgb(22,205,29); }

 div.DivClassName
 {
   background-color: #16CD1D;
 }
 .BgClassName
 {
   background-color: #16CD1D;
 }
</style>

border-color css

<style>
 span { border-color: #16CD1D; }

 span { border-color: rgb(22,205,29); }

 td.TdClassName
 {
   border-color: #16CD1D;
 }
 .TagClassName
 {
   border-color: #16CD1D;
 }
</style>