#2EAF38

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

Shades of Lime Green #2EAF38

Tints of Lime Green #2EAF38

Color information

#2EAF38 (or 0x2EAF38) is unknown color: approx Lime Green. HEX triplet: 2E, AF and 38. RGB value is (46,175,56). Sum of RGB (Red+Green+Blue) = 46+175+56=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAF38 is #D150C7. Grayscale: #7B7B7B. Windows color (decimal): -13717704 or 3714862. OLE color: 3714862.

HSL color Cylindrical-coordinate representation of color #2EAF38: hue angle of 124.65º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAF38 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB4617556-
CMYK0.7400.680.31
HSL124.65º58.37%43.33%-
HSV(B)124.65º73.71%68.63%-
XYZ17.1731.538.92-
YUV122.8690.2673.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.61%
GREEN value IS 175 (68.75% from 255) = 63.18%
BLUE value IS 56 (22.27% from 255) = 20.22%
R=16.61%
G=63.18%
B=20.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46175560.7400.680.31124.6558.3743.33
Hex2EAF384A0441F7d3a2b
Octal56257701120104371757253
Binary10111010101111111000100101001000100111111111101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,175,56); }

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

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

 a { background-color: rgb(46,175,56); }

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

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

 span { border-color: rgb(46,175,56); }

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