Html Css Color HEX #1DCA29 Lime Green

📋 copy color: '#1DCA29'

red 29 ◦ green 202 ◦ blue 41

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

Shades of Lime Green #1DCA29

Tints of Lime Green #1DCA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 10.66%
G = 74.26%
B = 15.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#1DCA29 (or 0x1DCA29) is known color: Lime Green. HEX triplet: 1D, CA and 29. RGB value is (29,202,41). Sum of RGB (Red+Green+Blue) = 29+202+41=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCA29 is #E235D6. Grayscale: #848484. Windows color (decimal): -14824919 or 2738717. OLE color: 2738717.

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

Color convert

RGB 29 202 41 -
CMYK 0.86 0 0.80 0.21
HSL 124.16º 0.75% 0.45% -
HSV(B) 124.16º 0.86% 0.79% -
XYZ 22.03 42.66 9.17 -
YUV 131.92 76.69 54.59 -
System Red Green Blue C M Y K H S L
Decimal 29 202 41 0.86 0 0.80 0.21 124.16 0.75 0.45
Hex 1D CA 29 56 0 50 15 7C 4B 2D
Octal 35 312 51 126 0 120 25 174 113 55
Binary 11101 11001010 101001 1010110 0 1010000 10101 1111100 1001011 101101

Color Harmonies of #1DCA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCA29

Black with #1DCA29

Text Example


Text Example

White with #1DCA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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