Html Css Color HEX #1DC012 Lime Green

📋 copy color: '#1DC012'

red 29 ◦ green 192 ◦ blue 18

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

Shades of Lime Green #1DC012

Tints of Lime Green #1DC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 80.33%

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

R = 12.13%
G = 80.33%
B = 7.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#1DC012 (or 0x1DC012) is known color: Lime Green. HEX triplet: 1D, C0 and 12. RGB value is (29,192,18). Sum of RGB (Red+Green+Blue) = 29+192+18=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 192 (75.39% from 255 or 80.33% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC012 is #E23FED. Grayscale: #7B7B7B. Windows color (decimal): -14827502 or 1228829. OLE color: 1228829.

HSL color Cylindrical-coordinate representation of color #1DC012: hue angle of 116.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DC012 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 192 18 -
CMYK 0.85 0 0.91 0.25
HSL 116.21º 0.83% 0.41% -
HSV(B) 116.21º 0.91% 0.75% -
XYZ 19.47 38 6.88 -
YUV 123.43 68.5 60.65 -
System Red Green Blue C M Y K H S L
Decimal 29 192 18 0.85 0 0.91 0.25 116.21 0.83 0.41
Hex 1D C0 12 55 0 5B 19 74 53 29
Octal 35 300 22 125 0 133 31 164 123 51
Binary 11101 11000000 10010 1010101 0 1011011 11001 1110100 1010011 101001

Color Harmonies of #1DC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC012

Black with #1DC012

Text Example


Text Example

White with #1DC012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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