Html Css Color HEX #1DC801 Lime Green

📋 copy color: '#1DC801'

red 29 ◦ green 200 ◦ blue 1

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

Shades of Lime Green #1DC801

Tints of Lime Green #1DC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 86.96%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 12.61%
G = 86.96%
B = 0.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#1DC801 (or 0x1DC801) is known color: Lime Green. HEX triplet: 1D, C8 and 01. RGB value is (29,200,1). Sum of RGB (Red+Green+Blue) = 29+200+1=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 200 (78.52% from 255 or 86.96% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC801 is #E237FE. Grayscale: #7E7E7E. Windows color (decimal): -14825471 or 116765. OLE color: 116765.

HSL color Cylindrical-coordinate representation of color #1DC801: hue angle of 111.56º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DC801 is Cyan = 0.86, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 200 1 -
CMYK 0.86 0 1.00 0.22
HSL 111.56º 0.99% 0.39% -
HSV(B) 111.56º 1% 0.78% -
XYZ 21.17 41.57 6.94 -
YUV 126.19 57.35 58.68 -
System Red Green Blue C M Y K H S L
Decimal 29 200 1 0.86 0 1.00 0.22 111.56 0.99 0.39
Hex 1D C8 1 56 0 64 16 70 63 27
Octal 35 310 1 126 0 144 26 160 143 47
Binary 11101 11001000 1 1010110 0 1100100 10110 1110000 1100011 100111

Color Harmonies of #1DC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC801

Black with #1DC801

Text Example


Text Example

White with #1DC801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,200,1); }

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

background-color css

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

 a { background-color: rgb(29,200,1); }

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

border-color css

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

 span { border-color: rgb(29,200,1); }

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