#2EC834

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

Shades of Lime Green #2EC834

Tints of Lime Green #2EC834

Color information

#2EC834 (or 0x2EC834) is unknown color: approx Lime Green. HEX triplet: 2E, C8 and 34. RGB value is (46,200,52). Sum of RGB (Red+Green+Blue) = 46+200+52=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 200 (78.52% from 255 or 67.11% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC834 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC834 is #D137CB. Grayscale: #898989. Windows color (decimal): -13711308 or 3459118. OLE color: 3459118.

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

Color convert

RGB4620052-
CMYK0.7700.740.22
HSL122.34º62.6%48.24%-
HSV(B)122.34º77%78.43%-
XYZ22.442.1410.2-
YUV137.0879.9863.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 200 (78.52% from 255) = 67.11%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=15.44%
G=67.11%
B=17.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46200520.7700.740.22122.3462.648.24
Hex2EC8344D04A167a3f30
Octal56310641150112261727760
Binary10111011001000110100100110101001010101101111010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,200,52); }

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

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

 a { background-color: rgb(46,200,52); }

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

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

 span { border-color: rgb(46,200,52); }

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