#3FF244

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

Shades of Lime Green #3FF244

Tints of Lime Green #3FF244

Color information

#3FF244 (or 0x3FF244) is unknown color: approx Lime Green. HEX triplet: 3F, F2 and 44. RGB value is (63,242,68). Sum of RGB (Red+Green+Blue) = 63+242+68=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF244 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF244 is #C00DBB. Grayscale: #A9A9A9. Windows color (decimal): -12586428 or 4518463. OLE color: 4518463.

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

Color convert

RGB6324268-
CMYK0.7400.720.05
HSL121.68º87.32%59.8%-
HSV(B)121.68º73.97%94.9%-
XYZ34.8564.9816.17-
YUV168.6471.252.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.89%
GREEN value IS 242 (94.92% from 255) = 64.88%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=16.89%
G=64.88%
B=18.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63242680.7400.720.05121.6887.3259.8
Hex3FF2444A04857a573c
Octal773621041120110517212774
Binary11111111110010100010010010100100100010111110101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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