#2EB115

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

Shades of Kelly Green #2EB115

Tints of Kelly Green #2EB115

Color information

#2EB115 (or 0x2EB115) is unknown color: approx Kelly Green. HEX triplet: 2E, B1 and 15. RGB value is (46,177,21). Sum of RGB (Red+Green+Blue) = 46+177+21=244 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.85% from 244); Green value is 177 (69.53% from 255 or 72.54% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EB115 is #D14EEA. Grayscale: #787878. Windows color (decimal): -13717227 or 1421614. OLE color: 1421614.

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

Color convert

RGB4617721-
CMYK0.7400.880.31
HSL110.38º78.79%38.82%-
HSV(B)110.38º88.14%69.41%-
XYZ16.9832.086.01-
YUV120.0572.175.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.85%
GREEN value IS 177 (69.53% from 255) = 72.54%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=18.85%
G=72.54%
B=8.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal46177210.7400.880.31110.3878.7938.82
Hex2EB1154A0581F6e4f27
Octal562612511201303715611747
Binary10111010110001101011001010010110001111111011101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,177,21); }

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

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

 a { background-color: rgb(46,177,21); }

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

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

 span { border-color: rgb(46,177,21); }

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