Html Css Color HEX #1DCC24 Lime Green

📋 copy color: '#1DCC24'

red 29 ◦ green 204 ◦ blue 36

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

Shades of Lime Green #1DCC24

Tints of Lime Green #1DCC24

RGB

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

 GREEN value IS 204 (80.08% from 255) = 75.84%

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

R = 10.78%
G = 75.84%
B = 13.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#1DCC24 (or 0x1DCC24) is known color: Lime Green. HEX triplet: 1D, CC and 24. RGB value is (29,204,36). Sum of RGB (Red+Green+Blue) = 29+204+36=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 204 (80.08% from 255 or 75.84% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCC24 is #E233DB. Grayscale: #858585. Windows color (decimal): -14824412 or 2411549. OLE color: 2411549.

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

Color convert

RGB 29 204 36 -
CMYK 0.86 0 0.82 0.2
HSL 122.4º 0.75% 0.46% -
HSV(B) 122.4º 0.86% 0.8% -
XYZ 22.42 43.57 8.9 -
YUV 132.52 73.52 54.16 -
System Red Green Blue C M Y K H S L
Decimal 29 204 36 0.86 0 0.82 0.2 122.4 0.75 0.46
Hex 1D CC 24 56 0 52 14 7A 4B 2E
Octal 35 314 44 126 0 122 24 172 113 56
Binary 11101 11001100 100100 1010110 0 1010010 10100 1111010 1001011 101110

Color Harmonies of #1DCC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCC24

Black with #1DCC24

Text Example


Text Example

White with #1DCC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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