#2EB318

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

Shades of Kelly Green #2EB318

Tints of Kelly Green #2EB318

Color information

#2EB318 (or 0x2EB318) is unknown color: approx Kelly Green. HEX triplet: 2E, B3 and 18. RGB value is (46,179,24). Sum of RGB (Red+Green+Blue) = 46+179+24=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 179 (70.31% from 255 or 71.89% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB318 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB318 is #D14CE7. Grayscale: #7A7A7A. Windows color (decimal): -13716712 or 1618734. OLE color: 1618734.

HSL color Cylindrical-coordinate representation of color #2EB318: hue angle of 111.48º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EB318 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB4617924-
CMYK0.7400.870.30
HSL111.48º76.35%39.8%-
HSV(B)111.48º86.59%70.2%-
XYZ17.4132.896.29-
YUV121.5672.9474.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 179 (70.31% from 255) = 71.89%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=18.47%
G=71.89%
B=9.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46179240.7400.870.30111.4876.3539.8
Hex2EB3184A0571E6f4c28
Octal562633011201273615711450
Binary10111010110011110001001010010101111111011011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,179,24); }

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

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

 a { background-color: rgb(46,179,24); }

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

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

 span { border-color: rgb(46,179,24); }

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