#2EBF12

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

Shades of Kelly Green #2EBF12

Tints of Kelly Green #2EBF12

Color information

#2EBF12 (or 0x2EBF12) is unknown color: approx Kelly Green. HEX triplet: 2E, BF and 12. RGB value is (46,191,18). Sum of RGB (Red+Green+Blue) = 46+191+18=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 191 (75% from 255 or 74.90% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBF12 is #D140ED. Grayscale: #808080. Windows color (decimal): -13713646 or 1228590. OLE color: 1228590.

HSL color Cylindrical-coordinate representation of color #2EBF12: hue angle of 110.29º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EBF12 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB4619118-
CMYK0.7600.910.25
HSL110.29º82.78%40.98%-
HSV(B)110.29º90.58%74.9%-
XYZ19.8737.896.84-
YUV127.9265.9669.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 191 (75% from 255) = 74.90%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=18.04%
G=74.90%
B=7.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46191180.7600.910.25110.2982.7840.98
Hex2EBF124C05B196e5329
Octal562772211401333115612351
Binary10111010111111100101001100010110111100111011101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,18); }

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

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

 a { background-color: rgb(46,191,18); }

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

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

 span { border-color: rgb(46,191,18); }

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