#3CD951

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

Shades of Lime Green #3CD951

Tints of Lime Green #3CD951

Color information

#3CD951 (or 0x3CD951) is unknown color: approx Lime Green. HEX triplet: 3C, D9 and 51. RGB value is (60,217,81). Sum of RGB (Red+Green+Blue) = 60+217+81=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 217 (85.16% from 255 or 60.61% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 217 - color contains mainly: green. Hex color #3CD951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD951 is #C326AE. Grayscale: #9A9A9A. Windows color (decimal): -12789423 or 5364028. OLE color: 5364028.

HSL color Cylindrical-coordinate representation of color #3CD951: hue angle of 128.03º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD951 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB6021781-
CMYK0.7200.630.15
HSL128.03º67.38%54.31%-
HSV(B)128.03º72.35%85.1%-
XYZ28.1651.1816.18-
YUV154.5586.4960.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.76%
GREEN value IS 217 (85.16% from 255) = 60.61%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=16.76%
G=60.61%
B=22.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal60217810.7200.630.15128.0367.3854.31
Hex3CD9514803FF804336
Octal743311211100771720010366
Binary111100110110011010001100100001111111111100000001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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