Html Css Color HEX #1DCA2D Lime Green

📋 copy color: '#1DCA2D'

red 29 ◦ green 202 ◦ blue 45

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

Shades of Lime Green #1DCA2D

Tints of Lime Green #1DCA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 10.51%
G = 73.19%
B = 16.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#1DCA2D (or 0x1DCA2D) is known color: Lime Green. HEX triplet: 1D, CA and 2D. RGB value is (29,202,45). Sum of RGB (Red+Green+Blue) = 29+202+45=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCA2D is #E235D2. Grayscale: #848484. Windows color (decimal): -14824915 or 3000861. OLE color: 3000861.

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

Color convert

RGB 29 202 45 -
CMYK 0.86 0 0.78 0.21
HSL 125.55º 0.75% 0.45% -
HSV(B) 125.55º 0.86% 0.79% -
XYZ 22.1 42.69 9.56 -
YUV 132.38 78.69 54.27 -
System Red Green Blue C M Y K H S L
Decimal 29 202 45 0.86 0 0.78 0.21 125.55 0.75 0.45
Hex 1D CA 2D 56 0 4E 15 7E 4B 2D
Octal 35 312 55 126 0 116 25 176 113 55
Binary 11101 11001010 101101 1010110 0 1001110 10101 1111110 1001011 101101

Color Harmonies of #1DCA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCA2D

Black with #1DCA2D

Text Example


Text Example

White with #1DCA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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