Html Css Color HEX #2EC352 Lime Green

📋 copy color: '#2EC352'

red 46 ◦ green 195 ◦ blue 82

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

Shades of Lime Green #2EC352

Tints of Lime Green #2EC352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.37%

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

R = 14.24%
G = 60.37%
B = 25.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#2EC352 (or 0x2EC352) is known color: Lime Green. HEX triplet: 2E, C3 and 52. RGB value is (46,195,82). Sum of RGB (Red+Green+Blue) = 46+195+82=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC352 is #D13CAD. Grayscale: #898989. Windows color (decimal): -13712558 or 5423918. OLE color: 5423918.

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

Color convert

RGB 46 195 82 -
CMYK 0.76 0 0.58 0.24
HSL 134.5º 0.62% 0.47% -
HSV(B) 134.5º 0.76% 0.76% -
XYZ 22.16 40.22 14.58 -
YUV 137.57 96.64 62.69 -
System Red Green Blue C M Y K H S L
Decimal 46 195 82 0.76 0 0.58 0.24 134.5 0.62 0.47
Hex 2E C3 52 4C 0 3A 18 86 3E 2F
Octal 56 303 122 114 0 72 30 206 76 57
Binary 101110 11000011 1010010 1001100 0 111010 11000 10000110 111110 101111

Color Harmonies of #2EC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC352

Black with #2EC352

Text Example


Text Example

White with #2EC352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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