#2FB111

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

Shades of Kelly Green #2FB111

Tints of Kelly Green #2FB111

Color information

#2FB111 (or 0x2FB111) is unknown color: approx Kelly Green. HEX triplet: 2F, B1 and 11. RGB value is (47,177,17). Sum of RGB (Red+Green+Blue) = 47+177+17=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 177 (69.53% from 255 or 73.44% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB111 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB111 is #D04EEE. Grayscale: #787878. Windows color (decimal): -13651695 or 1159471. OLE color: 1159471.

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

Color convert

RGB4717717-
CMYK0.7300.900.31
HSL108.75º82.47%38.04%-
HSV(B)108.75º90.4%69.41%-
XYZ1732.095.83-
YUV119.8969.9376.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 177 (69.53% from 255) = 73.44%
BLUE value IS 17 (7.03% from 255) = 7.05%
R=19.50%
G=73.44%
B=7.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal47177170.7300.900.31108.7582.4738.04
Hex2FB1114905A1F6d5226
Octal572612111101323715512246
Binary10111110110001100011001001010110101111111011011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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