#3CC042

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

Shades of Lime Green #3CC042

Tints of Lime Green #3CC042

Color information

#3CC042 (or 0x3CC042) is unknown color: approx Lime Green. HEX triplet: 3C, C0 and 42. RGB value is (60,192,66). Sum of RGB (Red+Green+Blue) = 60+192+66=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC042 is #C33FBD. Grayscale: #8A8A8A. Windows color (decimal): -12795838 or 4374588. OLE color: 4374588.

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

Color convert

RGB6019266-
CMYK0.6900.660.25
HSL122.73º52.38%49.41%-
HSV(B)122.73º68.75%75.29%-
XYZ21.739.0511.55-
YUV138.1787.2772.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 192 (75.39% from 255) = 60.38%
BLUE value IS 66 (26.17% from 255) = 20.75%
R=18.87%
G=60.38%
B=20.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60192660.6900.660.25122.7352.3849.41
Hex3CC04245042197b3431
Octal743001021050102311736461
Binary111100110000001000010100010101000010110011111011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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