#3CE540

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

Shades of Lime Green #3CE540

Tints of Lime Green #3CE540

Color information

#3CE540 (or 0x3CE540) is unknown color: approx Lime Green. HEX triplet: 3C, E5 and 40. RGB value is (60,229,64). Sum of RGB (Red+Green+Blue) = 60+229+64=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 229 (89.84% from 255 or 64.87% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE540 is #C31ABF. Grayscale: #A0A0A0. Windows color (decimal): -12786368 or 4252988. OLE color: 4252988.

HSL color Cylindrical-coordinate representation of color #3CE540: hue angle of 121.42º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE540 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB6022964-
CMYK0.7400.720.10
HSL121.42º76.47%56.67%-
HSV(B)121.42º73.8%89.8%-
XYZ30.8157.3714.3-
YUV159.6674.0156.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.00%
GREEN value IS 229 (89.84% from 255) = 64.87%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=17.00%
G=64.87%
B=18.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal60229640.7400.720.10121.4276.4756.67
Hex3CE5404A048A794c39
Octal7434510011201101217111471
Binary111100111001011000000100101001001000101011110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,229,64); }

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

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

 a { background-color: rgb(60,229,64); }

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

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

 span { border-color: rgb(60,229,64); }

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