#3FA40F

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

Shades of Kelly Green #3FA40F

Tints of Kelly Green #3FA40F

Color information

#3FA40F (or 0x3FA40F) is unknown color: approx Kelly Green. HEX triplet: 3F, A4 and 0F. RGB value is (63,164,15). Sum of RGB (Red+Green+Blue) = 63+164+15=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 164 (64.45% from 255 or 67.77% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA40F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA40F is #C05BF0. Grayscale: #757575. Windows color (decimal): -12606449 or 1025087. OLE color: 1025087.

HSL color Cylindrical-coordinate representation of color #3FA40F: hue angle of 100.67º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FA40F is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB6316415-
CMYK0.6200.910.36
HSL100.67º83.24%35.1%-
HSV(B)100.67º90.85%64.31%-
XYZ15.4127.644.98-
YUV116.8270.5489.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 164 (64.45% from 255) = 67.77%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=26.03%
G=67.77%
B=6.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal63164150.6200.910.36100.6783.2435.1
Hex3FA4F3E05B24655323
Octal77244177601334414512343
Binary1111111010010011111111100101101110010011001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,164,15); }

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

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

 a { background-color: rgb(63,164,15); }

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

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

 span { border-color: rgb(63,164,15); }

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