#2EC34A

Color #2EC34A Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2EC34A

Tints of Lime Green #2EC34A

Color information

#2EC34A (or 0x2EC34A) is unknown color: approx Lime Green. HEX triplet: 2E, C3 and 4A. RGB value is (46,195,74). Sum of RGB (Red+Green+Blue) = 46+195+74=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC34A is #D13CB5. Grayscale: #888888. Windows color (decimal): -13712566 or 4899630. OLE color: 4899630.

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

Color convert

RGB4619574-
CMYK0.7600.620.24
HSL131.28º61.83%47.25%-
HSV(B)131.28º76.41%76.47%-
XYZ21.8840.1113.07-
YUV136.6692.6463.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 195 (76.56% from 255) = 61.90%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=14.60%
G=61.90%
B=23.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46195740.7600.620.24131.2861.8347.25
Hex2EC34A4C03E18833e2f
Octal56303112114076302037657
Binary101110110000111001010100110001111101100010000011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EC34A;
 }
 .AnyTagClassName
 {
   color: #2EC34A;
 }
</style>
background-color css

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

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

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

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

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

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