#2FAD11

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

Shades of Kelly Green #2FAD11

Tints of Kelly Green #2FAD11

Color information

#2FAD11 (or 0x2FAD11) is unknown color: approx Kelly Green. HEX triplet: 2F, AD and 11. RGB value is (47,173,17). Sum of RGB (Red+Green+Blue) = 47+173+17=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 173 (67.97% from 255 or 73.00% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAD11 is #D052EE. Grayscale: #767676. Windows color (decimal): -13652719 or 1158447. OLE color: 1158447.

HSL color Cylindrical-coordinate representation of color #2FAD11: hue angle of 108.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FAD11 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB4717317-
CMYK0.7300.900.32
HSL108.46º82.11%37.25%-
HSV(B)108.46º90.17%67.84%-
XYZ16.2230.535.57-
YUV117.5471.2677.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 173 (67.97% from 255) = 73.00%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=19.83%
G=73.00%
B=7.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47173170.7300.900.32108.4682.1137.25
Hex2FAD114905A206c5225
Octal572552111101324015412245
Binary101111101011011000110010010101101010000011011001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,173,17); }

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

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

 a { background-color: rgb(47,173,17); }

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

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

 span { border-color: rgb(47,173,17); }

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