#3CF841

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

Shades of Lime Green #3CF841

Tints of Lime Green #3CF841

Color information

#3CF841 (or 0x3CF841) is unknown color: approx Lime Green. HEX triplet: 3C, F8 and 41. RGB value is (60,248,65). Sum of RGB (Red+Green+Blue) = 60+248+65=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 248 (97.27% from 255 or 66.49% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF841 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF841 is #C307BE. Grayscale: #ABABAB. Windows color (decimal): -12781503 or 4323388. OLE color: 4323388.

HSL color Cylindrical-coordinate representation of color #3CF841: hue angle of 121.6º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF841 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB6024865-
CMYK0.7600.740.03
HSL121.6º93.07%60.39%-
HSV(B)121.6º75.81%97.25%-
XYZ36.3968.4816.3-
YUV170.9368.2248.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.09%
GREEN value IS 248 (97.27% from 255) = 66.49%
BLUE value IS 65 (25.78% from 255) = 17.43%
R=16.09%
G=66.49%
B=17.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal60248650.7600.740.03121.693.0760.39
Hex3CF8414C04A37a5d3c
Octal743701011140112317213574
Binary1111001111100010000011001100010010101111110101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,248,65); }

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

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

 a { background-color: rgb(60,248,65); }

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

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

 span { border-color: rgb(60,248,65); }

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