Html Css Color HEX #2ECA2D Lime Green

📋 copy color: '#2ECA2D'

red 46 ◦ green 202 ◦ blue 45

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

Shades of Lime Green #2ECA2D

Tints of Lime Green #2ECA2D

RGB

 RED value IS 46 (18.36% from 255) = 15.7%

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

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

R = 15.7%
G = 68.94%
B = 15.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#2ECA2D (or 0x2ECA2D) is known color: Lime Green. HEX triplet: 2E, CA and 2D. RGB value is (46,202,45). Sum of RGB (Red+Green+Blue) = 46+202+45=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA2D is #D135D2. Grayscale: #898989. Windows color (decimal): -13710803 or 3000878. OLE color: 3000878.

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

Color convert

RGB 46 202 45 -
CMYK 0.77 0 0.78 0.21
HSL 119.62º 0.64% 0.48% -
HSV(B) 119.62º 0.78% 0.79% -
XYZ 22.72 43.01 9.59 -
YUV 137.46 75.82 62.77 -
System Red Green Blue C M Y K H S L
Decimal 46 202 45 0.77 0 0.78 0.21 119.62 0.64 0.48
Hex 2E CA 2D 4D 0 4E 15 78 40 30
Octal 56 312 55 115 0 116 25 170 100 60
Binary 101110 11001010 101101 1001101 0 1001110 10101 1111000 1000000 110000

Color Harmonies of #2ECA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECA2D

Black with #2ECA2D

Text Example


Text Example

White with #2ECA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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