#2EB800

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

Shades of Kelly Green #2EB800

Tints of Kelly Green #2EB800

Color information

#2EB800 (or 0x2EB800) is unknown color: approx Kelly Green. HEX triplet: 2E, B8 and 00. RGB value is (46,184,0). Sum of RGB (Red+Green+Blue) = 46+184+0=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 184 (72.27% from 255 or 80% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB800 is #D147FF. Grayscale: #7A7A7A. Windows color (decimal): -13715456 or 47150. OLE color: 47150.

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

Color convert

RGB461840-
CMYK0.75010.28
HSL105º100%36.08%-
HSV(B)105º100%72.16%-
XYZ18.2734.865.77-
YUV121.7659.2873.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20%
GREEN value IS 184 (72.27% from 255) = 80%
BLUE value IS 0 (0.39% from 255) = 0%
R=20%
G=80%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4618400.75010.2810510036.08
Hex2EB804B0641C696424
Octal56270011301443415114444
Binary1011101011100001001011011001001110011010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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