Html Css Color HEX #1DC024 Lime Green

📋 copy color: '#1DC024'

red 29 ◦ green 192 ◦ blue 36

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

Shades of Lime Green #1DC024

Tints of Lime Green #1DC024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 74.71%

 BLUE value IS 36 (14.45% from 255) = 14.01%

R = 11.28%
G = 74.71%
B = 14.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#1DC024 (or 0x1DC024) is known color: Lime Green. HEX triplet: 1D, C0 and 24. RGB value is (29,192,36). Sum of RGB (Red+Green+Blue) = 29+192+36=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 192 (75.39% from 255 or 74.71% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC024 is #E23FDB. Grayscale: #7D7D7D. Windows color (decimal): -14827484 or 2408477. OLE color: 2408477.

HSL color Cylindrical-coordinate representation of color #1DC024: hue angle of 122.58º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC024 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 192 36 -
CMYK 0.85 0 0.81 0.25
HSL 122.58º 0.74% 0.43% -
HSV(B) 122.58º 0.85% 0.75% -
XYZ 19.67 38.09 7.98 -
YUV 125.48 77.5 59.18 -
System Red Green Blue C M Y K H S L
Decimal 29 192 36 0.85 0 0.81 0.25 122.58 0.74 0.43
Hex 1D C0 24 55 0 51 19 7B 4A 2B
Octal 35 300 44 125 0 121 31 173 112 53
Binary 11101 11000000 100100 1010101 0 1010001 11001 1111011 1001010 101011

Color Harmonies of #1DC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC024

Black with #1DC024

Text Example


Text Example

White with #1DC024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,192,36); }

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

background-color css

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

 a { background-color: rgb(29,192,36); }

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

border-color css

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

 span { border-color: rgb(29,192,36); }

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