#3CE158

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

Shades of Lime Green #3CE158

Tints of Lime Green #3CE158

Color information

#3CE158 (or 0x3CE158) is unknown color: approx Lime Green. HEX triplet: 3C, E1 and 58. RGB value is (60,225,88). Sum of RGB (Red+Green+Blue) = 60+225+88=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE158 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE158 is #C31EA7. Grayscale: #A0A0A0. Windows color (decimal): -12787368 or 5824828. OLE color: 5824828.

HSL color Cylindrical-coordinate representation of color #3CE158: hue angle of 130.18º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE158 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB6022588-
CMYK0.7300.610.12
HSL130.18º73.33%55.88%-
HSV(B)130.18º73.33%88.24%-
XYZ30.5555.5218.34-
YUV160.0587.3456.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.09%
GREEN value IS 225 (88.28% from 255) = 60.32%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=16.09%
G=60.32%
B=23.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60225880.7300.610.12130.1873.3355.88
Hex3CE1584903DC824938
Octal743411301110751420211170
Binary111100111000011011000100100101111011100100000101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,225,88); }

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

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

 a { background-color: rgb(60,225,88); }

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

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

 span { border-color: rgb(60,225,88); }

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