Html Css Color HEX #1DCA11 Lime Green

📋 copy color: '#1DCA11'

red 29 ◦ green 202 ◦ blue 17

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

Shades of Lime Green #1DCA11

Tints of Lime Green #1DCA11

RGB

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

 GREEN value IS 202 (79.3% from 255) = 81.45%

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 11.69%
G = 81.45%
B = 6.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#1DCA11 (or 0x1DCA11) is known color: Lime Green. HEX triplet: 1D, CA and 11. RGB value is (29,202,17). Sum of RGB (Red+Green+Blue) = 29+202+17=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 202 (79.30% from 255 or 81.45% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCA11 is #E235EE. Grayscale: #818181. Windows color (decimal): -14824943 or 1165853. OLE color: 1165853.

HSL color Cylindrical-coordinate representation of color #1DCA11: hue angle of 116.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DCA11 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 202 17 -
CMYK 0.86 0 0.92 0.21
HSL 116.11º 0.84% 0.43% -
HSV(B) 116.11º 0.92% 0.79% -
XYZ 21.73 42.54 7.6 -
YUV 129.18 64.69 56.54 -
System Red Green Blue C M Y K H S L
Decimal 29 202 17 0.86 0 0.92 0.21 116.11 0.84 0.43
Hex 1D CA 11 56 0 5C 15 74 54 2B
Octal 35 312 21 126 0 134 25 164 124 53
Binary 11101 11001010 10001 1010110 0 1011100 10101 1110100 1010100 101011

Color Harmonies of #1DCA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCA11

Black with #1DCA11

Text Example


Text Example

White with #1DCA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,202,17); }

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

background-color css

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

 a { background-color: rgb(29,202,17); }

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

border-color css

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

 span { border-color: rgb(29,202,17); }

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