#3FC628

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

Shades of Lime Green #3FC628

Tints of Lime Green #3FC628

Color information

#3FC628 (or 0x3FC628) is unknown color: approx Lime Green. HEX triplet: 3F, C6 and 28. RGB value is (63,198,40). Sum of RGB (Red+Green+Blue) = 63+198+40=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 198 (77.73% from 255 or 65.78% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC628 is #C039D7. Grayscale: #8C8C8C. Windows color (decimal): -12597720 or 2672191. OLE color: 2672191.

HSL color Cylindrical-coordinate representation of color #3FC628: hue angle of 111.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FC628 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB6319840-
CMYK0.6800.800.22
HSL111.27º66.39%46.67%-
HSV(B)111.27º79.8%77.65%-
XYZ22.6341.68.84-
YUV139.6271.7773.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.93%
GREEN value IS 198 (77.73% from 255) = 65.78%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=20.93%
G=65.78%
B=13.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63198400.6800.800.22111.2766.3946.67
Hex3FC62844050166f422f
Octal773065010401202615710257
Binary111111110001101010001000100010100001011011011111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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