#2EBA0E

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

Shades of Kelly Green #2EBA0E

Tints of Kelly Green #2EBA0E

Color information

#2EBA0E (or 0x2EBA0E) is unknown color: approx Kelly Green. HEX triplet: 2E, BA and 0E. RGB value is (46,186,14). Sum of RGB (Red+Green+Blue) = 46+186+14=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 186 (73.05% from 255 or 75.61% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBA0E is #D145F1. Grayscale: #7D7D7D. Windows color (decimal): -13714930 or 965166. OLE color: 965166.

HSL color Cylindrical-coordinate representation of color #2EBA0E: hue angle of 108.84º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EBA0E is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB4618614-
CMYK0.7500.920.27
HSL108.84º86%39.22%-
HSV(B)108.84º92.47%72.94%-
XYZ18.7635.736.32-
YUV124.5365.6271.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 186 (73.05% from 255) = 75.61%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=18.70%
G=75.61%
B=5.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46186140.7500.920.27108.848639.22
Hex2EBAE4B05C1B6d5627
Octal562721611301343315512647
Binary1011101011101011101001011010111001101111011011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,186,14); }

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

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

 a { background-color: rgb(46,186,14); }

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

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

 span { border-color: rgb(46,186,14); }

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