Html Css Color HEX #1DCA12 Lime Green

📋 copy color: '#1DCA12'

red 29 ◦ green 202 ◦ blue 18

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

Shades of Lime Green #1DCA12

Tints of Lime Green #1DCA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 11.65%
G = 81.12%
B = 7.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#1DCA12 (or 0x1DCA12) is known color: Lime Green. HEX triplet: 1D, CA and 12. RGB value is (29,202,18). Sum of RGB (Red+Green+Blue) = 29+202+18=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCA12 is #E235ED. Grayscale: #818181. Windows color (decimal): -14824942 or 1231389. OLE color: 1231389.

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

Color convert

RGB 29 202 18 -
CMYK 0.86 0 0.91 0.21
HSL 116.41º 0.84% 0.43% -
HSV(B) 116.41º 0.91% 0.79% -
XYZ 21.74 42.55 7.64 -
YUV 129.3 65.19 56.46 -
System Red Green Blue C M Y K H S L
Decimal 29 202 18 0.86 0 0.91 0.21 116.41 0.84 0.43
Hex 1D CA 12 56 0 5B 15 74 54 2B
Octal 35 312 22 126 0 133 25 164 124 53
Binary 11101 11001010 10010 1010110 0 1011011 10101 1110100 1010100 101011

Color Harmonies of #1DCA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCA12

Black with #1DCA12

Text Example


Text Example

White with #1DCA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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