#2EB33A

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

Shades of Lime Green #2EB33A

Tints of Lime Green #2EB33A

Color information

#2EB33A (or 0x2EB33A) is unknown color: approx Lime Green. HEX triplet: 2E, B3 and 3A. RGB value is (46,179,58). Sum of RGB (Red+Green+Blue) = 46+179+58=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB33A is #D14CC5. Grayscale: #7D7D7D. Windows color (decimal): -13716678 or 3846958. OLE color: 3846958.

HSL color Cylindrical-coordinate representation of color #2EB33A: hue angle of 125.41º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB33A is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB4617958-
CMYK0.7400.680.30
HSL125.41º59.11%44.12%-
HSV(B)125.41º74.3%70.2%-
XYZ18.0133.139.45-
YUV125.4489.9471.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.25%
GREEN value IS 179 (70.31% from 255) = 63.25%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=16.25%
G=63.25%
B=20.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46179580.7400.680.30125.4159.1144.12
Hex2EB33A4A0441E7d3b2c
Octal56263721120104361757354
Binary10111010110011111010100101001000100111101111101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,179,58); }

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

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

 a { background-color: rgb(46,179,58); }

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

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

 span { border-color: rgb(46,179,58); }

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