#3FB220

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

Shades of Kelly Green #3FB220

Tints of Kelly Green #3FB220

Color information

#3FB220 (or 0x3FB220) is unknown color: approx Kelly Green. HEX triplet: 3F, B2 and 20. RGB value is (63,178,32). Sum of RGB (Red+Green+Blue) = 63+178+32=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 178 (69.92% from 255 or 65.20% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB220 is #C04DDF. Grayscale: #7F7F7F. Windows color (decimal): -12602848 or 2142783. OLE color: 2142783.

HSL color Cylindrical-coordinate representation of color #3FB220: hue angle of 107.26º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FB220 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB6317832-
CMYK0.6500.820.30
HSL107.26º69.52%41.18%-
HSV(B)107.26º82.02%69.8%-
XYZ18.23336.78-
YUV126.9774.482.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 178 (69.92% from 255) = 65.20%
BLUE value IS 32 (12.89% from 255) = 11.72%
R=23.08%
G=65.20%
B=11.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63178320.6500.820.30107.2669.5241.18
Hex3FB220410521E6b4629
Octal772624010101223615310651
Binary111111101100101000001000001010100101111011010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FB220; }

 p { color: rgb(63,178,32); }

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

<style>
 a { background-color: #3FB220; }

 a { background-color: rgb(63,178,32); }

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

<style>
 span { border-color: #3FB220; }

 span { border-color: rgb(63,178,32); }

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