Html Css Color HEX #2EC339 Lime Green

📋 copy color: '#2EC339'

red 46 ◦ green 195 ◦ blue 57

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

Shades of Lime Green #2EC339

Tints of Lime Green #2EC339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.13%

R = 15.44%
G = 65.44%
B = 19.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#2EC339 (or 0x2EC339) is known color: Lime Green. HEX triplet: 2E, C3 and 39. RGB value is (46,195,57). Sum of RGB (Red+Green+Blue) = 46+195+57=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 195 (76.56% from 255 or 65.44% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC339 is #D13CC6. Grayscale: #878787. Windows color (decimal): -13712583 or 3785518. OLE color: 3785518.

HSL color Cylindrical-coordinate representation of color #2EC339: hue angle of 124.43º 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 #2EC339 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 195 57 -
CMYK 0.76 0 0.71 0.24
HSL 124.43º 0.62% 0.47% -
HSV(B) 124.43º 0.76% 0.76% -
XYZ 21.38 39.91 10.45 -
YUV 134.72 84.14 64.72 -
System Red Green Blue C M Y K H S L
Decimal 46 195 57 0.76 0 0.71 0.24 124.43 0.62 0.47
Hex 2E C3 39 4C 0 47 18 7C 3E 2F
Octal 56 303 71 114 0 107 30 174 76 57
Binary 101110 11000011 111001 1001100 0 1000111 11000 1111100 111110 101111

Color Harmonies of #2EC339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC339

Black with #2EC339

Text Example


Text Example

White with #2EC339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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