Html Css Color HEX #2EC852 Lime Green

📋 copy color: '#2EC852'

red 46 ◦ green 200 ◦ blue 82

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

Shades of Lime Green #2EC852

Tints of Lime Green #2EC852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.98%

 BLUE value IS 82 (32.42% from 255) = 25%

R = 14.02%
G = 60.98%
B = 25%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#2EC852 (or 0x2EC852) is known color: Lime Green. HEX triplet: 2E, C8 and 52. RGB value is (46,200,82). Sum of RGB (Red+Green+Blue) = 46+200+82=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC852 is #D137AD. Grayscale: #8C8C8C. Windows color (decimal): -13711278 or 5425198. OLE color: 5425198.

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

Color convert

RGB 46 200 82 -
CMYK 0.77 0 0.59 0.22
HSL 134.03º 0.63% 0.48% -
HSV(B) 134.03º 0.77% 0.78% -
XYZ 23.3 42.5 14.96 -
YUV 140.5 94.98 60.59 -
System Red Green Blue C M Y K H S L
Decimal 46 200 82 0.77 0 0.59 0.22 134.03 0.63 0.48
Hex 2E C8 52 4D 0 3B 16 86 3F 30
Octal 56 310 122 115 0 73 26 206 77 60
Binary 101110 11001000 1010010 1001101 0 111011 10110 10000110 111111 110000

Color Harmonies of #2EC852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC852

Black with #2EC852

Text Example


Text Example

White with #2EC852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,200,82); }

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

background-color css

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

 a { background-color: rgb(46,200,82); }

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

border-color css

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

 span { border-color: rgb(46,200,82); }

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