#2EBA00

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

Shades of Kelly Green #2EBA00

Tints of Kelly Green #2EBA00

Color information

#2EBA00 (or 0x2EBA00) is unknown color: approx Kelly Green. HEX triplet: 2E, BA and 00. RGB value is (46,186,0). Sum of RGB (Red+Green+Blue) = 46+186+0=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EBA00 is #D145FF. Grayscale: #7B7B7B. Windows color (decimal): -13714944 or 47662. OLE color: 47662.

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

Color convert

RGB461860-
CMYK0.75010.27
HSL105.16º100%36.47%-
HSV(B)105.16º100%72.94%-
XYZ18.6935.75.91-
YUV122.9458.6273.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.83%
GREEN value IS 186 (73.05% from 255) = 80.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.83%
G=80.17%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4618600.75010.27105.1610036.47
Hex2EBA04B0641B696424
Octal56272011301443315114444
Binary1011101011101001001011011001001101111010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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