Html Css Color HEX #1DC616 Lime Green

📋 copy color: '#1DC616'

red 29 ◦ green 198 ◦ blue 22

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

Shades of Lime Green #1DC616

Tints of Lime Green #1DC616

RGB

 RED value IS 29 (11.72% from 255) = 11.65%

 GREEN value IS 198 (77.73% from 255) = 79.52%

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 11.65%
G = 79.52%
B = 8.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#1DC616 (or 0x1DC616) is known color: Lime Green. HEX triplet: 1D, C6 and 16. RGB value is (29,198,22). Sum of RGB (Red+Green+Blue) = 29+198+22=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 198 (77.73% from 255 or 79.52% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC616 is #E239E9. Grayscale: #7F7F7F. Windows color (decimal): -14825962 or 1492509. OLE color: 1492509.

HSL color Cylindrical-coordinate representation of color #1DC616: hue angle of 117.61º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DC616 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 198 22 -
CMYK 0.85 0 0.89 0.22
HSL 117.61º 0.8% 0.43% -
HSV(B) 117.61º 0.89% 0.78% -
XYZ 20.85 40.71 7.52 -
YUV 127.41 68.51 57.81 -
System Red Green Blue C M Y K H S L
Decimal 29 198 22 0.85 0 0.89 0.22 117.61 0.8 0.43
Hex 1D C6 16 55 0 59 16 76 50 2B
Octal 35 306 26 125 0 131 26 166 120 53
Binary 11101 11000110 10110 1010101 0 1011001 10110 1110110 1010000 101011

Color Harmonies of #1DC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC616

Black with #1DC616

Text Example


Text Example

White with #1DC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DC616; }

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

 H1.HeaderClassName
 {
   color: #1DC616;
 }
 .AnyTagClassName
 {
   color: #1DC616;
 }
</style>

background-color css

<style>
 a { background-color: #1DC616; }

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

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

border-color css

<style>
 span { border-color: #1DC616; }

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

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