#2EE61C

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

Shades of Lime Green #2EE61C

Tints of Lime Green #2EE61C

Color information

#2EE61C (or 0x2EE61C) is unknown color: approx Lime Green. HEX triplet: 2E, E6 and 1C. RGB value is (46,230,28). Sum of RGB (Red+Green+Blue) = 46+230+28=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 230 (90.23% from 255 or 75.66% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE61C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE61C is #D119E3. Grayscale: #989898. Windows color (decimal): -13703652 or 1893934. OLE color: 1893934.

HSL color Cylindrical-coordinate representation of color #2EE61C: hue angle of 114.65º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EE61C is Cyan = 0.8, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB4623028-
CMYK0.800.880.10
HSL114.65º80.16%50.59%-
HSV(B)114.65º87.83%90.2%-
XYZ29.6357.2610.59-
YUV151.9658.0452.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.13%
GREEN value IS 230 (90.23% from 255) = 75.66%
BLUE value IS 28 (11.33% from 255) = 9.21%
R=15.13%
G=75.66%
B=9.21%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal46230280.800.880.10114.6580.1650.59
Hex2EE61C50058A735033
Octal563463412001301216312063
Binary1011101110011011100101000001011000101011100111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,230,28); }

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

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

 a { background-color: rgb(46,230,28); }

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

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

 span { border-color: rgb(46,230,28); }

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