#3CED48

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

Shades of Lime Green #3CED48

Tints of Lime Green #3CED48

Color information

#3CED48 (or 0x3CED48) is unknown color: approx Lime Green. HEX triplet: 3C, ED and 48. RGB value is (60,237,72). Sum of RGB (Red+Green+Blue) = 60+237+72=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 237 (92.97% from 255 or 64.23% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CED48 is #C312B7. Grayscale: #A5A5A5. Windows color (decimal): -12784312 or 4779324. OLE color: 4779324.

HSL color Cylindrical-coordinate representation of color #3CED48: hue angle of 124.07º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CED48 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB6023772-
CMYK0.7500.700.07
HSL124.07º83.1%58.24%-
HSV(B)124.07º74.68%92.94%-
XYZ33.326216.34-
YUV165.2775.3652.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.26%
GREEN value IS 237 (92.97% from 255) = 64.23%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=16.26%
G=64.23%
B=19.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal60237720.7500.700.07124.0783.158.24
Hex3CED484B04677c533a
Octal743551101130106717412372
Binary11110011101101100100010010110100011011111111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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