Html Css Color HEX #1DC519 Lime Green

📋 copy color: '#1DC519'

red 29 ◦ green 197 ◦ blue 25

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

Shades of Lime Green #1DC519

Tints of Lime Green #1DC519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 11.55%
G = 78.49%
B = 9.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#1DC519 (or 0x1DC519) is known color: Lime Green. HEX triplet: 1D, C5 and 19. RGB value is (29,197,25). Sum of RGB (Red+Green+Blue) = 29+197+25=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 197 (77.34% from 255 or 78.49% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC519 is #E23AE6. Grayscale: #7F7F7F. Windows color (decimal): -14826215 or 1688861. OLE color: 1688861.

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

Color convert

RGB 29 197 25 -
CMYK 0.85 0 0.87 0.23
HSL 118.6º 0.77% 0.44% -
HSV(B) 118.6º 0.87% 0.77% -
XYZ 20.65 40.26 7.6 -
YUV 127.16 70.34 57.99 -
System Red Green Blue C M Y K H S L
Decimal 29 197 25 0.85 0 0.87 0.23 118.6 0.77 0.44
Hex 1D C5 19 55 0 57 17 77 4D 2C
Octal 35 305 31 125 0 127 27 167 115 54
Binary 11101 11000101 11001 1010101 0 1010111 10111 1110111 1001101 101100

Color Harmonies of #1DC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC519

Black with #1DC519

Text Example


Text Example

White with #1DC519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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