#3CF148

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

Shades of Lime Green #3CF148

Tints of Lime Green #3CF148

Color information

#3CF148 (or 0x3CF148) is unknown color: approx Lime Green. HEX triplet: 3C, F1 and 48. RGB value is (60,241,72). Sum of RGB (Red+Green+Blue) = 60+241+72=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF148 is #C30EB7. Grayscale: #A8A8A8. Windows color (decimal): -12783288 or 4780348. OLE color: 4780348.

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

Color convert

RGB6024172-
CMYK0.7500.700.05
HSL123.98º86.6%59.02%-
HSV(B)123.98º75.1%94.51%-
XYZ34.4964.3416.73-
YUV167.6174.0351.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.09%
GREEN value IS 241 (94.53% from 255) = 64.61%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=16.09%
G=64.61%
B=19.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal60241720.7500.700.05123.9886.659.02
Hex3CF1484B04657c573b
Octal743611101130106517412773
Binary11110011110001100100010010110100011010111111001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,241,72); }

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

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

 a { background-color: rgb(60,241,72); }

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

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

 span { border-color: rgb(60,241,72); }

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