#3CE14C

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

Shades of Lime Green #3CE14C

Tints of Lime Green #3CE14C

Color information

#3CE14C (or 0x3CE14C) is unknown color: approx Lime Green. HEX triplet: 3C, E1 and 4C. RGB value is (60,225,76). Sum of RGB (Red+Green+Blue) = 60+225+76=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 225 (88.28% from 255 or 62.33% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE14C is #C31EB3. Grayscale: #9F9F9F. Windows color (decimal): -12787380 or 5038396. OLE color: 5038396.

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

Color convert

RGB6022576-
CMYK0.7300.660.12
HSL125.82º73.33%55.88%-
HSV(B)125.82º73.33%88.24%-
XYZ30.0955.3315.93-
YUV158.6881.3457.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.62%
GREEN value IS 225 (88.28% from 255) = 62.33%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=16.62%
G=62.33%
B=21.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60225760.7300.660.12125.8273.3355.88
Hex3CE14C49042C7e4938
Octal7434111411101021417611170
Binary111100111000011001100100100101000010110011111101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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