#3FF242

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

Shades of Lime Green #3FF242

Tints of Lime Green #3FF242

Color information

#3FF242 (or 0x3FF242) is unknown color: approx Lime Green. HEX triplet: 3F, F2 and 42. RGB value is (63,242,66). Sum of RGB (Red+Green+Blue) = 63+242+66=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF242 is #C00DBD. Grayscale: #A8A8A8. Windows color (decimal): -12586430 or 4387391. OLE color: 4387391.

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

Color convert

RGB6324266-
CMYK0.7400.730.05
HSL121.01º87.32%59.8%-
HSV(B)121.01º73.97%94.9%-
XYZ34.7964.9515.86-
YUV168.4270.252.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.98%
GREEN value IS 242 (94.92% from 255) = 65.23%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=16.98%
G=65.23%
B=17.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63242660.7400.730.05121.0187.3259.8
Hex3FF2424A049579573c
Octal773621021120111517112774
Binary11111111110010100001010010100100100110111110011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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