#3CC031

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

Shades of Lime Green #3CC031

Tints of Lime Green #3CC031

Color information

#3CC031 (or 0x3CC031) is unknown color: approx Lime Green. HEX triplet: 3C, C0 and 31. RGB value is (60,192,49). Sum of RGB (Red+Green+Blue) = 60+192+49=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC031 is #C33FCE. Grayscale: #888888. Windows color (decimal): -12795855 or 3260476. OLE color: 3260476.

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

Color convert

RGB6019249-
CMYK0.6900.740.25
HSL115.38º59.34%47.25%-
HSV(B)115.38º74.48%75.29%-
XYZ21.2738.889.29-
YUV136.2378.7773.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.93%
GREEN value IS 192 (75.39% from 255) = 63.79%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=19.93%
G=63.79%
B=16.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60192490.6900.740.25115.3859.3447.25
Hex3CC0314504A19733b2f
Octal74300611050112311637357
Binary11110011000000110001100010101001010110011110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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