Html Css Color HEX #1DC816 Lime Green

📋 copy color: '#1DC816'

red 29 ◦ green 200 ◦ blue 22

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

Shades of Lime Green #1DC816

Tints of Lime Green #1DC816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 79.68%

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

R = 11.55%
G = 79.68%
B = 8.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#1DC816 (or 0x1DC816) is known color: Lime Green. HEX triplet: 1D, C8 and 16. RGB value is (29,200,22). Sum of RGB (Red+Green+Blue) = 29+200+22=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 200 (78.52% from 255 or 79.68% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC816 is #E237E9. Grayscale: #818181. Windows color (decimal): -14825450 or 1493021. OLE color: 1493021.

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

Color convert

RGB 29 200 22 -
CMYK 0.86 0 0.89 0.22
HSL 117.64º 0.8% 0.44% -
HSV(B) 117.64º 0.89% 0.78% -
XYZ 21.31 41.63 7.67 -
YUV 128.58 67.85 56.97 -
System Red Green Blue C M Y K H S L
Decimal 29 200 22 0.86 0 0.89 0.22 117.64 0.8 0.44
Hex 1D C8 16 56 0 59 16 76 50 2C
Octal 35 310 26 126 0 131 26 166 120 54
Binary 11101 11001000 10110 1010110 0 1011001 10110 1110110 1010000 101100

Color Harmonies of #1DC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC816

Black with #1DC816

Text Example


Text Example

White with #1DC816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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