#2ECF40

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

Shades of Lime Green #2ECF40

Tints of Lime Green #2ECF40

Color information

#2ECF40 (or 0x2ECF40) is unknown color: approx Lime Green. HEX triplet: 2E, CF and 40. RGB value is (46,207,64). Sum of RGB (Red+Green+Blue) = 46+207+64=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 207 (81.25% from 255 or 65.30% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF40 is #D130BF. Grayscale: #8E8E8E. Windows color (decimal): -13709504 or 4247342. OLE color: 4247342.

HSL color Cylindrical-coordinate representation of color #2ECF40: hue angle of 126.71º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF40 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB4620764-
CMYK0.7800.690.19
HSL126.71º63.64%49.61%-
HSV(B)126.71º77.78%81.18%-
XYZ24.3645.5812.36-
YUV142.5683.6659.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 207 (81.25% from 255) = 65.30%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=14.51%
G=65.30%
B=20.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal46207640.7800.690.19126.7163.6449.61
Hex2ECF404E045137f4032
Octal5631710011601052317710062
Binary1011101100111110000001001110010001011001111111111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,207,64); }

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

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

 a { background-color: rgb(46,207,64); }

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

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

 span { border-color: rgb(46,207,64); }

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