#3CC331

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

Shades of Lime Green #3CC331

Tints of Lime Green #3CC331

Color information

#3CC331 (or 0x3CC331) is unknown color: approx Lime Green. HEX triplet: 3C, C3 and 31. RGB value is (60,195,49). Sum of RGB (Red+Green+Blue) = 60+195+49=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC331 is #C33CCE. Grayscale: #8A8A8A. Windows color (decimal): -12795087 or 3261244. OLE color: 3261244.

HSL color Cylindrical-coordinate representation of color #3CC331: hue angle of 115.48º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CC331 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB6019549-
CMYK0.6900.750.24
HSL115.48º59.84%47.84%-
HSV(B)115.48º74.87%76.47%-
XYZ21.9340.219.51-
YUV137.9977.7772.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 195 (76.56% from 255) = 64.14%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=19.74%
G=64.14%
B=16.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60195490.6900.750.24115.4859.8447.84
Hex3CC3314504B18733c30
Octal74303611050113301637460
Binary11110011000011110001100010101001011110001110011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,195,49); }

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

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

 a { background-color: rgb(60,195,49); }

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

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

 span { border-color: rgb(60,195,49); }

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