#2EB901

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

Shades of Kelly Green #2EB901

Tints of Kelly Green #2EB901

Color information

#2EB901 (or 0x2EB901) is unknown color: approx Kelly Green. HEX triplet: 2E, B9 and 01. RGB value is (46,185,1). Sum of RGB (Red+Green+Blue) = 46+185+1=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 185 (72.66% from 255 or 79.74% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB901 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB901 is #D146FE. Grayscale: #7B7B7B. Windows color (decimal): -13715199 or 112942. OLE color: 112942.

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

Color convert

RGB461851-
CMYK0.7500.990.27
HSL105.33º98.92%36.47%-
HSV(B)105.33º99.46%72.55%-
XYZ18.4835.285.86-
YUV122.4659.4573.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.83%
GREEN value IS 185 (72.66% from 255) = 79.74%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=19.83%
G=79.74%
B=0.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4618510.7500.990.27105.3398.9236.47
Hex2EB914B0631B696324
Octal56271111301433315114344
Binary1011101011100111001011011000111101111010011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,185,1); }

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

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

 a { background-color: rgb(46,185,1); }

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

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

 span { border-color: rgb(46,185,1); }

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