#3CF149

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

Shades of Lime Green #3CF149

Tints of Lime Green #3CF149

Color information

#3CF149 (or 0x3CF149) is unknown color: approx Lime Green. HEX triplet: 3C, F1 and 49. RGB value is (60,241,73). Sum of RGB (Red+Green+Blue) = 60+241+73=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 241 (94.53% from 255 or 64.44% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF149 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF149 is #C30EB6. Grayscale: #A8A8A8. Windows color (decimal): -12783287 or 4845884. OLE color: 4845884.

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

Color convert

RGB6024173-
CMYK0.7500.700.05
HSL124.31º86.6%59.02%-
HSV(B)124.31º75.1%94.51%-
XYZ34.5264.3516.91-
YUV167.7374.5351.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.04%
GREEN value IS 241 (94.53% from 255) = 64.44%
BLUE value IS 73 (28.91% from 255) = 19.52%
R=16.04%
G=64.44%
B=19.52%

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
Decimal60241730.7500.700.05124.3186.659.02
Hex3CF1494B04657c573b
Octal743611111130106517412773
Binary11110011110001100100110010110100011010111111001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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