#2FB200

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

Shades of Kelly Green #2FB200

Tints of Kelly Green #2FB200

Color information

#2FB200 (or 0x2FB200) is unknown color: approx Kelly Green. HEX triplet: 2F, B2 and 00. RGB value is (47,178,0). Sum of RGB (Red+Green+Blue) = 47+178+0=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 178 (69.92% from 255 or 79.11% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB200 is #D04DFF. Grayscale: #777777. Windows color (decimal): -13651456 or 45615. OLE color: 45615.

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

Color convert

RGB471780-
CMYK0.74010.30
HSL104.16º100%34.9%-
HSV(B)104.16º100%69.8%-
XYZ17.0932.455.36-
YUV118.5461.176.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 178 (69.92% from 255) = 79.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.89%
G=79.11%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4717800.74010.30104.1610034.9
Hex2FB204A0641E686423
Octal57262011201443615014443
Binary1011111011001001001010011001001111011010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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