#2EB235

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

Shades of Lime Green #2EB235

Tints of Lime Green #2EB235

Color information

#2EB235 (or 0x2EB235) is unknown color: approx Lime Green. HEX triplet: 2E, B2 and 35. RGB value is (46,178,53). Sum of RGB (Red+Green+Blue) = 46+178+53=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB235 is #D14DCA. Grayscale: #7C7C7C. Windows color (decimal): -13716939 or 3519022. OLE color: 3519022.

HSL color Cylindrical-coordinate representation of color #2EB235: hue angle of 123.18º 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 #2EB235 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB4617853-
CMYK0.7400.700.30
HSL123.18º58.93%43.92%-
HSV(B)123.18º74.16%69.8%-
XYZ17.6932.688.74-
YUV124.2887.7772.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 178 (69.92% from 255) = 64.26%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=16.61%
G=64.26%
B=19.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46178530.7400.700.30123.1858.9343.92
Hex2EB2354A0461E7b3b2c
Octal56262651120106361737354
Binary10111010110010110101100101001000110111101111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,178,53); }

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

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

 a { background-color: rgb(46,178,53); }

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

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

 span { border-color: rgb(46,178,53); }

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