#3FB42A

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

Shades of Kelly Green #3FB42A

Tints of Kelly Green #3FB42A

Color information

#3FB42A (or 0x3FB42A) is unknown color: approx Kelly Green. HEX triplet: 3F, B4 and 2A. RGB value is (63,180,42). Sum of RGB (Red+Green+Blue) = 63+180+42=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #3FB42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB42A is #C04BD5. Grayscale: #818181. Windows color (decimal): -12602326 or 2798655. OLE color: 2798655.

HSL color Cylindrical-coordinate representation of color #3FB42A: hue angle of 110.87º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FB42A is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB6318042-
CMYK0.6500.770.29
HSL110.87º62.16%43.53%-
HSV(B)110.87º76.67%70.59%-
XYZ18.7933.877.74-
YUV129.2878.7480.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 180 (70.70% from 255) = 63.16%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=22.11%
G=63.16%
B=14.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63180420.6500.770.29110.8762.1643.53
Hex3FB42A4104D1D6f3e2c
Octal77264521010115351577654
Binary11111110110100101010100000101001101111011101111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,180,42); }

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

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

 a { background-color: rgb(63,180,42); }

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

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

 span { border-color: rgb(63,180,42); }

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