#3CE13F

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

Shades of Lime Green #3CE13F

Tints of Lime Green #3CE13F

Color information

#3CE13F (or 0x3CE13F) is unknown color: approx Lime Green. HEX triplet: 3C, E1 and 3F. RGB value is (60,225,63). Sum of RGB (Red+Green+Blue) = 60+225+63=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 225 (88.28% from 255 or 64.66% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE13F is #C31EC0. Grayscale: #9D9D9D. Windows color (decimal): -12787393 or 4186428. OLE color: 4186428.

HSL color Cylindrical-coordinate representation of color #3CE13F: hue angle of 121.09º 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 #3CE13F is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB6022563-
CMYK0.7300.720.12
HSL121.09º73.33%55.88%-
HSV(B)121.09º73.33%88.24%-
XYZ29.6955.1713.79-
YUV157.274.8458.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.24%
GREEN value IS 225 (88.28% from 255) = 64.66%
BLUE value IS 63 (25% from 255) = 18.10%
R=17.24%
G=64.66%
B=18.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60225630.7300.720.12121.0973.3355.88
Hex3CE13F49048C794938
Octal743417711101101417111170
Binary11110011100001111111100100101001000110011110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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