#2EFD3F

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

Shades of Lime Green #2EFD3F

Tints of Lime Green #2EFD3F

Color information

#2EFD3F (or 0x2EFD3F) is unknown color: approx Lime Green. HEX triplet: 2E, FD and 3F. RGB value is (46,253,63). Sum of RGB (Red+Green+Blue) = 46+253+63=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 253 (99.22% from 255 or 69.89% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFD3F is #D102C0. Grayscale: #AAAAAA. Windows color (decimal): -13697729 or 4193582. OLE color: 4193582.

HSL color Cylindrical-coordinate representation of color #2EFD3F: hue angle of 124.93º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFD3F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB4625363-
CMYK0.8200.750.01
HSL124.93º98.1%58.63%-
HSV(B)124.93º81.82%99.22%-
XYZ37.1571.1916.49-
YUV169.4567.9239.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.71%
GREEN value IS 253 (99.22% from 255) = 69.89%
BLUE value IS 63 (25% from 255) = 17.40%
R=12.71%
G=69.89%
B=17.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal46253630.8200.750.01124.9398.158.63
Hex2EFD3F5204B17d623b
Octal56375771220113117514273
Binary10111011111101111111101001001001011111111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,253,63); }

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

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

 a { background-color: rgb(46,253,63); }

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

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

 span { border-color: rgb(46,253,63); }

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