Html Css Color HEX #2EC52B Lime Green

📋 copy color: '#2EC52B'

red 46 ◦ green 197 ◦ blue 43

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

Shades of Lime Green #2EC52B

Tints of Lime Green #2EC52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 68.88%

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 16.08%
G = 68.88%
B = 15.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#2EC52B (or 0x2EC52B) is known color: Lime Green. HEX triplet: 2E, C5 and 2B. RGB value is (46,197,43). Sum of RGB (Red+Green+Blue) = 46+197+43=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 197 (77.34% from 255 or 68.88% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC52B is #D13AD4. Grayscale: #868686. Windows color (decimal): -13712085 or 2868526. OLE color: 2868526.

HSL color Cylindrical-coordinate representation of color #2EC52B: hue angle of 118.83º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EC52B is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 197 43 -
CMYK 0.77 0 0.78 0.23
HSL 118.83º 0.64% 0.47% -
HSV(B) 118.83º 0.78% 0.77% -
XYZ 21.53 40.69 9 -
YUV 134.3 76.47 65.02 -
System Red Green Blue C M Y K H S L
Decimal 46 197 43 0.77 0 0.78 0.23 118.83 0.64 0.47
Hex 2E C5 2B 4D 0 4E 17 77 40 2F
Octal 56 305 53 115 0 116 27 167 100 57
Binary 101110 11000101 101011 1001101 0 1001110 10111 1110111 1000000 101111

Color Harmonies of #2EC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC52B

Black with #2EC52B

Text Example


Text Example

White with #2EC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,197,43); }

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

background-color css

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

 a { background-color: rgb(46,197,43); }

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

border-color css

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

 span { border-color: rgb(46,197,43); }

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