Html Css Color HEX #1DCB0C Lime Green

📋 copy color: '#1DCB0C'

red 29 ◦ green 203 ◦ blue 12

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

Shades of Lime Green #1DCB0C

Tints of Lime Green #1DCB0C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 83.2%

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 11.89%
G = 83.2%
B = 4.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#1DCB0C (or 0x1DCB0C) is known color: Lime Green. HEX triplet: 1D, CB and 0C. RGB value is (29,203,12). Sum of RGB (Red+Green+Blue) = 29+203+12=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 203 (79.69% from 255 or 83.20% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCB0C is #E234F3. Grayscale: #818181. Windows color (decimal): -14824692 or 838429. OLE color: 838429.

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

Color convert

RGB 29 203 12 -
CMYK 0.86 0 0.94 0.20
HSL 114.66º 0.89% 0.42% -
HSV(B) 114.66º 0.94% 0.8% -
XYZ 21.93 43 7.49 -
YUV 129.2 61.85 56.53 -
System Red Green Blue C M Y K H S L
Decimal 29 203 12 0.86 0 0.94 0.20 114.66 0.89 0.42
Hex 1D CB C 56 0 5E 14 73 59 2A
Octal 35 313 14 126 0 136 24 163 131 52
Binary 11101 11001011 1100 1010110 0 1011110 10100 1110011 1011001 101010

Color Harmonies of #1DCB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCB0C

Black with #1DCB0C

Text Example


Text Example

White with #1DCB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,203,12); }

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

background-color css

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

 a { background-color: rgb(29,203,12); }

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

border-color css

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

 span { border-color: rgb(29,203,12); }

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