#2EBE0F

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

Shades of Kelly Green #2EBE0F

Tints of Kelly Green #2EBE0F

Color information

#2EBE0F (or 0x2EBE0F) is unknown color: approx Kelly Green. HEX triplet: 2E, BE and 0F. RGB value is (46,190,15). Sum of RGB (Red+Green+Blue) = 46+190+15=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 190 (74.61% from 255 or 75.70% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBE0F is #D141F0. Grayscale: #7F7F7F. Windows color (decimal): -13713905 or 1031726. OLE color: 1031726.

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

Color convert

RGB4619015-
CMYK0.7600.920.25
HSL109.37º85.37%40.2%-
HSV(B)109.37º92.11%74.51%-
XYZ19.6337.446.64-
YUV126.9964.7970.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.33%
GREEN value IS 190 (74.61% from 255) = 75.70%
BLUE value IS 15 (6.25% from 255) = 5.98%
R=18.33%
G=75.70%
B=5.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal46190150.7600.920.25109.3785.3740.2
Hex2EBEF4C05C196d5528
Octal562761711401343115512550
Binary1011101011111011111001100010111001100111011011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,190,15); }

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

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

 a { background-color: rgb(46,190,15); }

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

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

 span { border-color: rgb(46,190,15); }

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