#2EE335

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

Shades of Lime Green #2EE335

Tints of Lime Green #2EE335

Color information

#2EE335 (or 0x2EE335) is unknown color: approx Lime Green. HEX triplet: 2E, E3 and 35. RGB value is (46,227,53). Sum of RGB (Red+Green+Blue) = 46+227+53=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 227 (89.06% from 255 or 69.63% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE335 is #D11CCA. Grayscale: #999999. Windows color (decimal): -13704395 or 3531566. OLE color: 3531566.

HSL color Cylindrical-coordinate representation of color #2EE335: hue angle of 122.32º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE335 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB4622753-
CMYK0.8000.770.11
HSL122.32º76.37%53.53%-
HSV(B)122.32º79.74%89.02%-
XYZ29.2455.7812.59-
YUV153.0471.5351.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.11%
GREEN value IS 227 (89.06% from 255) = 69.63%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=14.11%
G=69.63%
B=16.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal46227530.8000.770.11122.3276.3753.53
Hex2EE3355004DB7a4c36
Octal563436512001151317211466
Binary10111011100011110101101000001001101101111110101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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