Html Css Color HEX #2DCA28 Lime Green

📋 copy color: '#2DCA28'

red 45 ◦ green 202 ◦ blue 40

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

Shades of Lime Green #2DCA28

Tints of Lime Green #2DCA28

RGB

 RED value IS 45 (17.97% from 255) = 15.68%

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

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 15.68%
G = 70.38%
B = 13.94%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#2DCA28 (or 0x2DCA28) is known color: Lime Green. HEX triplet: 2D, CA and 28. RGB value is (45,202,40). Sum of RGB (Red+Green+Blue) = 45+202+40=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 202 (79.30% from 255 or 70.38% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCA28 is #D235D7. Grayscale: #898989. Windows color (decimal): -13776344 or 2673197. OLE color: 2673197.

HSL color Cylindrical-coordinate representation of color #2DCA28: hue angle of 118.15º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DCA28 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 202 40 -
CMYK 0.78 0 0.80 0.21
HSL 118.15º 0.67% 0.47% -
HSV(B) 118.15º 0.8% 0.79% -
XYZ 22.59 42.95 9.11 -
YUV 136.59 73.49 62.67 -
System Red Green Blue C M Y K H S L
Decimal 45 202 40 0.78 0 0.80 0.21 118.15 0.67 0.47
Hex 2D CA 28 4E 0 50 15 76 43 2F
Octal 55 312 50 116 0 120 25 166 103 57
Binary 101101 11001010 101000 1001110 0 1010000 10101 1110110 1000011 101111

Color Harmonies of #2DCA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCA28

Black with #2DCA28

Text Example


Text Example

White with #2DCA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DCA28; }

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

 H1.HeaderClassName
 {
   color: #2DCA28;
 }
 .AnyTagClassName
 {
   color: #2DCA28;
 }
</style>

background-color css

<style>
 a { background-color: #2DCA28; }

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

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

border-color css

<style>
 span { border-color: #2DCA28; }

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

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