Html Css Color HEX #2EC552 Lime Green

📋 copy color: '#2EC552'

red 46 ◦ green 197 ◦ blue 82

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

Shades of Lime Green #2EC552

Tints of Lime Green #2EC552

RGB

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

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

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

R = 14.15%
G = 60.62%
B = 25.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#2EC552 (or 0x2EC552) is known color: Lime Green. HEX triplet: 2E, C5 and 52. RGB value is (46,197,82). Sum of RGB (Red+Green+Blue) = 46+197+82=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC552 is #D13AAD. Grayscale: #8B8B8B. Windows color (decimal): -13712046 or 5424430. OLE color: 5424430.

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

Color convert

RGB 46 197 82 -
CMYK 0.77 0 0.58 0.23
HSL 134.3º 0.62% 0.48% -
HSV(B) 134.3º 0.77% 0.77% -
XYZ 22.62 41.12 14.73 -
YUV 138.74 95.97 61.85 -
System Red Green Blue C M Y K H S L
Decimal 46 197 82 0.77 0 0.58 0.23 134.3 0.62 0.48
Hex 2E C5 52 4D 0 3A 17 86 3E 30
Octal 56 305 122 115 0 72 27 206 76 60
Binary 101110 11000101 1010010 1001101 0 111010 10111 10000110 111110 110000

Color Harmonies of #2EC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC552

Black with #2EC552

Text Example


Text Example

White with #2EC552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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