#2FBA00

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

Shades of Kelly Green #2FBA00

Tints of Kelly Green #2FBA00

Color information

#2FBA00 (or 0x2FBA00) is unknown color: approx Kelly Green. HEX triplet: 2F, BA and 00. RGB value is (47,186,0). Sum of RGB (Red+Green+Blue) = 47+186+0=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA00 is #D045FF. Grayscale: #7B7B7B. Windows color (decimal): -13649408 or 47663. OLE color: 47663.

HSL color Cylindrical-coordinate representation of color #2FBA00: hue angle of 104.84º 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 #2FBA00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB471860-
CMYK0.75010.27
HSL104.84º100%36.47%-
HSV(B)104.84º100%72.94%-
XYZ18.7335.725.91-
YUV123.2358.4573.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.17%
GREEN value IS 186 (73.05% from 255) = 79.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.17%
G=79.83%
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
Decimal4718600.75010.27104.8410036.47
Hex2FBA04B0641B696424
Octal57272011301443315114444
Binary1011111011101001001011011001001101111010011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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