#3FC426

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

Shades of Lime Green #3FC426

Tints of Lime Green #3FC426

Color information

#3FC426 (or 0x3FC426) is unknown color: approx Lime Green. HEX triplet: 3F, C4 and 26. RGB value is (63,196,38). Sum of RGB (Red+Green+Blue) = 63+196+38=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 196 (76.95% from 255 or 65.99% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC426 is #C03BD9. Grayscale: #8A8A8A. Windows color (decimal): -12598234 or 2540607. OLE color: 2540607.

HSL color Cylindrical-coordinate representation of color #3FC426: hue angle of 110.51º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FC426 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB6319638-
CMYK0.6800.810.23
HSL110.51º67.52%45.88%-
HSV(B)110.51º80.61%76.86%-
XYZ22.1440.688.52-
YUV138.2271.4474.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.21%
GREEN value IS 196 (76.95% from 255) = 65.99%
BLUE value IS 38 (15.23% from 255) = 12.79%
R=21.21%
G=65.99%
B=12.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal63196380.6800.810.23110.5167.5245.88
Hex3FC42644051176f442e
Octal773044610401212715710456
Binary111111110001001001101000100010100011011111011111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,196,38); }

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

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

 a { background-color: rgb(63,196,38); }

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

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

 span { border-color: rgb(63,196,38); }

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