#3CEE51

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

Shades of Lime Green #3CEE51

Tints of Lime Green #3CEE51

Color information

#3CEE51 (or 0x3CEE51) is unknown color: approx Lime Green. HEX triplet: 3C, EE and 51. RGB value is (60,238,81). Sum of RGB (Red+Green+Blue) = 60+238+81=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 238 (93.36% from 255 or 62.80% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEE51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEE51 is #C311AE. Grayscale: #A7A7A7. Windows color (decimal): -12784047 or 5369404. OLE color: 5369404.

HSL color Cylindrical-coordinate representation of color #3CEE51: hue angle of 127.08º degrees, saturation: 0.84, 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 #3CEE51 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB6023881-
CMYK0.7500.660.07
HSL127.08º83.96%58.43%-
HSV(B)127.08º74.79%93.33%-
XYZ33.9262.718.1-
YUV166.8879.5351.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.83%
GREEN value IS 238 (93.36% from 255) = 62.80%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=15.83%
G=62.80%
B=21.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal60238810.7500.660.07127.0883.9658.43
Hex3CEE514B04277f543a
Octal743561211130102717712472
Binary11110011101110101000110010110100001011111111111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CEE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,238,81); }

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

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

 a { background-color: rgb(60,238,81); }

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

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

 span { border-color: rgb(60,238,81); }

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