Html Css Color HEX #1DC924 Lime Green

📋 copy color: '#1DC924'

red 29 ◦ green 201 ◦ blue 36

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

Shades of Lime Green #1DC924

Tints of Lime Green #1DC924

RGB

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

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

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

R = 10.9%
G = 75.56%
B = 13.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#1DC924 (or 0x1DC924) is known color: Lime Green. HEX triplet: 1D, C9 and 24. RGB value is (29,201,36). Sum of RGB (Red+Green+Blue) = 29+201+36=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 201 (78.91% from 255 or 75.56% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC924 is #E236DB. Grayscale: #838383. Windows color (decimal): -14825180 or 2410781. OLE color: 2410781.

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

Color convert

RGB 29 201 36 -
CMYK 0.86 0 0.82 0.21
HSL 122.44º 0.75% 0.45% -
HSV(B) 122.44º 0.86% 0.79% -
XYZ 21.71 42.16 8.66 -
YUV 130.76 74.52 55.42 -
System Red Green Blue C M Y K H S L
Decimal 29 201 36 0.86 0 0.82 0.21 122.44 0.75 0.45
Hex 1D C9 24 56 0 52 15 7A 4B 2D
Octal 35 311 44 126 0 122 25 172 113 55
Binary 11101 11001001 100100 1010110 0 1010010 10101 1111010 1001011 101101

Color Harmonies of #1DC924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC924

Black with #1DC924

Text Example


Text Example

White with #1DC924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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