#2EB300

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

Shades of Kelly Green #2EB300

Tints of Kelly Green #2EB300

Color information

#2EB300 (or 0x2EB300) is unknown color: approx Kelly Green. HEX triplet: 2E, B3 and 00. RGB value is (46,179,0). Sum of RGB (Red+Green+Blue) = 46+179+0=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 179 (70.31% from 255 or 79.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB300 is #D14CFF. Grayscale: #777777. Windows color (decimal): -13716736 or 45870. OLE color: 45870.

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

Color convert

RGB461790-
CMYK0.74010.30
HSL104.58º100%35.1%-
HSV(B)104.58º100%70.2%-
XYZ17.2532.825.43-
YUV118.8360.9476.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.44%
GREEN value IS 179 (70.31% from 255) = 79.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.44%
G=79.56%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4617900.74010.30104.5810035.1
Hex2EB304A0641E696423
Octal56263011201443615114443
Binary1011101011001101001010011001001111011010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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