Html Css Color HEX #1DCA24 Lime Green

📋 copy color: '#1DCA24'

red 29 ◦ green 202 ◦ blue 36

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

Shades of Lime Green #1DCA24

Tints of Lime Green #1DCA24

RGB

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

 GREEN value IS 202 (79.3% from 255) = 75.66%

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

R = 10.86%
G = 75.66%
B = 13.48%

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

#1DCA24 (or 0x1DCA24) is known color: Lime Green. HEX triplet: 1D, CA and 24. RGB value is (29,202,36). Sum of RGB (Red+Green+Blue) = 29+202+36=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 202 (79.30% from 255 or 75.66% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCA24 is #E235DB. Grayscale: #838383. Windows color (decimal): -14824924 or 2411037. OLE color: 2411037.

HSL color Cylindrical-coordinate representation of color #1DCA24: hue angle of 122.43º 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 #1DCA24 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 202 36 -
CMYK 0.86 0 0.82 0.21
HSL 122.43º 0.75% 0.45% -
HSV(B) 122.43º 0.86% 0.79% -
XYZ 21.95 42.63 8.74 -
YUV 131.35 74.19 55 -
System Red Green Blue C M Y K H S L
Decimal 29 202 36 0.86 0 0.82 0.21 122.43 0.75 0.45
Hex 1D CA 24 56 0 52 15 7A 4B 2D
Octal 35 312 44 126 0 122 25 172 113 55
Binary 11101 11001010 100100 1010110 0 1010010 10101 1111010 1001011 101101

Color Harmonies of #1DCA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCA24

Black with #1DCA24

Text Example


Text Example

White with #1DCA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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