Html Css Color HEX #2DCA4A Lime Green

📋 copy color: '#2DCA4A'

red 45 ◦ green 202 ◦ blue 74

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

Shades of Lime Green #2DCA4A

Tints of Lime Green #2DCA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 14.02%
G = 62.93%
B = 23.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#2DCA4A (or 0x2DCA4A) is known color: Lime Green. HEX triplet: 2D, CA and 4A. RGB value is (45,202,74). Sum of RGB (Red+Green+Blue) = 45+202+74=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCA4A is #D235B5. Grayscale: #8C8C8C. Windows color (decimal): -13776310 or 4901421. OLE color: 4901421.

HSL color Cylindrical-coordinate representation of color #2DCA4A: hue angle of 131.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA4A is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 202 74 -
CMYK 0.78 0 0.63 0.21
HSL 131.08º 0.64% 0.48% -
HSV(B) 131.08º 0.78% 0.79% -
XYZ 23.44 43.29 13.6 -
YUV 140.47 90.49 59.91 -
System Red Green Blue C M Y K H S L
Decimal 45 202 74 0.78 0 0.63 0.21 131.08 0.64 0.48
Hex 2D CA 4A 4E 0 3F 15 83 40 30
Octal 55 312 112 116 0 77 25 203 100 60
Binary 101101 11001010 1001010 1001110 0 111111 10101 10000011 1000000 110000

Color Harmonies of #2DCA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCA4A

Black with #2DCA4A

Text Example


Text Example

White with #2DCA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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