#3FB028

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

Shades of Kelly Green #3FB028

Tints of Kelly Green #3FB028

Color information

#3FB028 (or 0x3FB028) is unknown color: approx Kelly Green. HEX triplet: 3F, B0 and 28. RGB value is (63,176,40). Sum of RGB (Red+Green+Blue) = 63+176+40=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 176 (69.14% from 255 or 63.08% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB028 is #C04FD7. Grayscale: #7F7F7F. Windows color (decimal): -12603352 or 2666559. OLE color: 2666559.

HSL color Cylindrical-coordinate representation of color #3FB028: hue angle of 109.85º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FB028 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB6317640-
CMYK0.6400.770.31
HSL109.85º62.96%42.35%-
HSV(B)109.85º77.27%69.02%-
XYZ17.9632.267.29-
YUV126.7179.0682.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 176 (69.14% from 255) = 63.08%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=22.58%
G=63.08%
B=14.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63176400.6400.770.31109.8562.9642.35
Hex3FB0284004D1F6e3f2a
Octal77260501000115371567752
Binary11111110110000101000100000001001101111111101110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,176,40); }

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

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

 a { background-color: rgb(63,176,40); }

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

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

 span { border-color: rgb(63,176,40); }

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