Html Css Color HEX #1DC905 Lime Green

📋 copy color: '#1DC905'

red 29 ◦ green 201 ◦ blue 5

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

Shades of Lime Green #1DC905

Tints of Lime Green #1DC905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 85.53%

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 12.34%
G = 85.53%
B = 2.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#1DC905 (or 0x1DC905) is known color: Lime Green. HEX triplet: 1D, C9 and 05. RGB value is (29,201,5). Sum of RGB (Red+Green+Blue) = 29+201+5=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 201 (78.91% from 255 or 85.53% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC905 is #E236FA. Grayscale: #7F7F7F. Windows color (decimal): -14825211 or 379165. OLE color: 379165.

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

Color convert

RGB 29 201 5 -
CMYK 0.86 0 0.98 0.21
HSL 112.65º 0.95% 0.4% -
HSV(B) 112.65º 0.98% 0.79% -
XYZ 21.42 42.05 7.13 -
YUV 127.23 59.02 57.94 -
System Red Green Blue C M Y K H S L
Decimal 29 201 5 0.86 0 0.98 0.21 112.65 0.95 0.4
Hex 1D C9 5 56 0 62 15 71 5F 28
Octal 35 311 5 126 0 142 25 161 137 50
Binary 11101 11001001 101 1010110 0 1100010 10101 1110001 1011111 101000

Color Harmonies of #1DC905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC905

Black with #1DC905

Text Example


Text Example

White with #1DC905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,201,5); }

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

background-color css

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

 a { background-color: rgb(29,201,5); }

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

border-color css

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

 span { border-color: rgb(29,201,5); }

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