Html Css Color HEX #1DC506 Lime Green

📋 copy color: '#1DC506'

red 29 ◦ green 197 ◦ blue 6

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

Shades of Lime Green #1DC506

Tints of Lime Green #1DC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 84.91%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 12.5%
G = 84.91%
B = 2.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#1DC506 (or 0x1DC506) is known color: Lime Green. HEX triplet: 1D, C5 and 06. RGB value is (29,197,6). Sum of RGB (Red+Green+Blue) = 29+197+6=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 197 (77.34% from 255 or 84.91% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC506 is #E23AF9. Grayscale: #7D7D7D. Windows color (decimal): -14826234 or 443677. OLE color: 443677.

HSL color Cylindrical-coordinate representation of color #1DC506: hue angle of 112.77º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DC506 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 29 197 6 -
CMYK 0.85 0 0.97 0.23
HSL 112.77º 0.94% 0.4% -
HSV(B) 112.77º 0.97% 0.77% -
XYZ 20.51 40.21 6.85 -
YUV 124.99 60.84 59.53 -
System Red Green Blue C M Y K H S L
Decimal 29 197 6 0.85 0 0.97 0.23 112.77 0.94 0.4
Hex 1D C5 6 55 0 61 17 71 5E 28
Octal 35 305 6 125 0 141 27 161 136 50
Binary 11101 11000101 110 1010101 0 1100001 10111 1110001 1011110 101000

Color Harmonies of #1DC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC506

Black with #1DC506

Text Example


Text Example

White with #1DC506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,197,6); }

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

background-color css

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

 a { background-color: rgb(29,197,6); }

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

border-color css

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

 span { border-color: rgb(29,197,6); }

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