#2FBA15

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

Shades of Kelly Green #2FBA15

Tints of Kelly Green #2FBA15

Color information

#2FBA15 (or 0x2FBA15) is unknown color: approx Kelly Green. HEX triplet: 2F, BA and 15. RGB value is (47,186,21). Sum of RGB (Red+Green+Blue) = 47+186+21=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FBA15 is #D045EA. Grayscale: #7E7E7E. Windows color (decimal): -13649387 or 1423919. OLE color: 1423919.

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

Color convert

RGB4718621-
CMYK0.7500.890.27
HSL110.55º79.71%40.59%-
HSV(B)110.55º88.71%72.94%-
XYZ18.8735.786.62-
YUV125.6368.9571.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.50%
GREEN value IS 186 (73.05% from 255) = 73.23%
BLUE value IS 21 (8.59% from 255) = 8.27%
R=18.50%
G=73.23%
B=8.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal47186210.7500.890.27110.5579.7140.59
Hex2FBA154B0591B6f5029
Octal572722511301313315712051
Binary10111110111010101011001011010110011101111011111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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