#3FF24A

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

Shades of Lime Green #3FF24A

Tints of Lime Green #3FF24A

Color information

#3FF24A (or 0x3FF24A) is unknown color: approx Lime Green. HEX triplet: 3F, F2 and 4A. RGB value is (63,242,74). Sum of RGB (Red+Green+Blue) = 63+242+74=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF24A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF24A is #C00DB5. Grayscale: #A9A9A9. Windows color (decimal): -12586422 or 4911679. OLE color: 4911679.

HSL color Cylindrical-coordinate representation of color #3FF24A: hue angle of 123.69º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF24A is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB6324274-
CMYK0.7400.690.05
HSL123.69º87.32%59.8%-
HSV(B)123.69º73.97%94.9%-
XYZ35.0465.0617.19-
YUV169.3374.252.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.62%
GREEN value IS 242 (94.92% from 255) = 63.85%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=16.62%
G=63.85%
B=19.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63242740.7400.690.05123.6987.3259.8
Hex3FF24A4A04557c573c
Octal773621121120105517412774
Binary11111111110010100101010010100100010110111111001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,242,74); }

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

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

 a { background-color: rgb(63,242,74); }

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

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

 span { border-color: rgb(63,242,74); }

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