#3FF248

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

Shades of Lime Green #3FF248

Tints of Lime Green #3FF248

Color information

#3FF248 (or 0x3FF248) is unknown color: approx Lime Green. HEX triplet: 3F, F2 and 48. RGB value is (63,242,72). Sum of RGB (Red+Green+Blue) = 63+242+72=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF248 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF248 is #C00DB7. Grayscale: #A9A9A9. Windows color (decimal): -12586424 or 4780607. OLE color: 4780607.

HSL color Cylindrical-coordinate representation of color #3FF248: hue angle of 123.02º 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 #3FF248 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB6324272-
CMYK0.7400.700.05
HSL123.02º87.32%59.8%-
HSV(B)123.02º73.97%94.9%-
XYZ34.9765.0316.84-
YUV169.173.252.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.71%
GREEN value IS 242 (94.92% from 255) = 64.19%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=16.71%
G=64.19%
B=19.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63242720.7400.700.05123.0287.3259.8
Hex3FF2484A04657b573c
Octal773621101120106517312774
Binary11111111110010100100010010100100011010111110111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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