#2FB201

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

Shades of Kelly Green #2FB201

Tints of Kelly Green #2FB201

Color information

#2FB201 (or 0x2FB201) is unknown color: approx Kelly Green. HEX triplet: 2F, B2 and 01. RGB value is (47,178,1). Sum of RGB (Red+Green+Blue) = 47+178+1=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 178 (69.92% from 255 or 78.76% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB201 is #D04DFE. Grayscale: #777777. Windows color (decimal): -13651455 or 111151. OLE color: 111151.

HSL color Cylindrical-coordinate representation of color #2FB201: hue angle of 104.41º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2FB201 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB471781-
CMYK0.7400.990.30
HSL104.41º98.88%35.1%-
HSV(B)104.41º99.44%69.8%-
XYZ17.132.455.39-
YUV118.6561.676.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.80%
GREEN value IS 178 (69.92% from 255) = 78.76%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=20.80%
G=78.76%
B=0.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4717810.7400.990.30104.4198.8835.1
Hex2FB214A0631E686323
Octal57262111201433615014343
Binary1011111011001011001010011000111111011010001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,178,1); }

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

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

 a { background-color: rgb(47,178,1); }

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

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

 span { border-color: rgb(47,178,1); }

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