#3FCA43

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

Shades of Lime Green #3FCA43

Tints of Lime Green #3FCA43

Color information

#3FCA43 (or 0x3FCA43) is unknown color: approx Lime Green. HEX triplet: 3F, CA and 43. RGB value is (63,202,67). Sum of RGB (Red+Green+Blue) = 63+202+67=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCA43 is #C035BC. Grayscale: #919191. Windows color (decimal): -12596669 or 4442687. OLE color: 4442687.

HSL color Cylindrical-coordinate representation of color #3FCA43: hue angle of 121.73º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCA43 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB6320267-
CMYK0.6900.670.21
HSL121.73º56.73%51.96%-
HSV(B)121.73º68.81%79.22%-
XYZ24.1843.712.47-
YUV145.0583.9569.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.98%
GREEN value IS 202 (79.30% from 255) = 60.84%
BLUE value IS 67 (26.56% from 255) = 20.18%
R=18.98%
G=60.84%
B=20.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal63202670.6900.670.21121.7356.7351.96
Hex3FCA4345043157a3934
Octal773121031050103251727164
Binary111111110010101000011100010101000011101011111010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,202,67); }

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

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

 a { background-color: rgb(63,202,67); }

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

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

 span { border-color: rgb(63,202,67); }

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