Html Css Color HEX #2EC752 Lime Green

📋 copy color: '#2EC752'

red 46 ◦ green 199 ◦ blue 82

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

Shades of Lime Green #2EC752

Tints of Lime Green #2EC752

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.86%

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

R = 14.07%
G = 60.86%
B = 25.08%

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

#2EC752 (or 0x2EC752) is known color: Lime Green. HEX triplet: 2E, C7 and 52. RGB value is (46,199,82). Sum of RGB (Red+Green+Blue) = 46+199+82=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 199 (78.12% from 255 or 60.86% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC752 is #D138AD. Grayscale: #8C8C8C. Windows color (decimal): -13711534 or 5424942. OLE color: 5424942.

HSL color Cylindrical-coordinate representation of color #2EC752: hue angle of 134.12º degrees, saturation: 0.62, 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 #2EC752 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 199 82 -
CMYK 0.77 0 0.59 0.22
HSL 134.12º 0.62% 0.48% -
HSV(B) 134.12º 0.77% 0.78% -
XYZ 23.07 42.04 14.88 -
YUV 139.92 95.31 61.01 -
System Red Green Blue C M Y K H S L
Decimal 46 199 82 0.77 0 0.59 0.22 134.12 0.62 0.48
Hex 2E C7 52 4D 0 3B 16 86 3E 30
Octal 56 307 122 115 0 73 26 206 76 60
Binary 101110 11000111 1010010 1001101 0 111011 10110 10000110 111110 110000

Color Harmonies of #2EC752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC752

Black with #2EC752

Text Example


Text Example

White with #2EC752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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