#3CC132

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

Shades of Lime Green #3CC132

Tints of Lime Green #3CC132

Color information

#3CC132 (or 0x3CC132) is unknown color: approx Lime Green. HEX triplet: 3C, C1 and 32. RGB value is (60,193,50). Sum of RGB (Red+Green+Blue) = 60+193+50=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC132 is #C33ECD. Grayscale: #898989. Windows color (decimal): -12795598 or 3326268. OLE color: 3326268.

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

Color convert

RGB6019350-
CMYK0.6900.740.24
HSL115.8º58.85%47.65%-
HSV(B)115.8º74.09%75.69%-
XYZ21.5139.339.48-
YUV136.9378.9473.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 193 (75.78% from 255) = 63.70%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=19.80%
G=63.70%
B=16.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60193500.6900.740.24115.858.8547.65
Hex3CC1324504A18743b30
Octal74301621050112301647360
Binary11110011000001110010100010101001010110001110100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,193,50); }

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

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

 a { background-color: rgb(60,193,50); }

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

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

 span { border-color: rgb(60,193,50); }

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