#3CC82A

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

Shades of Lime Green #3CC82A

Tints of Lime Green #3CC82A

Color information

#3CC82A (or 0x3CC82A) is unknown color: approx Lime Green. HEX triplet: 3C, C8 and 2A. RGB value is (60,200,42). Sum of RGB (Red+Green+Blue) = 60+200+42=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 200 (78.52% from 255 or 66.23% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC82A is #C337D5. Grayscale: #8C8C8C. Windows color (decimal): -12793814 or 2803772. OLE color: 2803772.

HSL color Cylindrical-coordinate representation of color #3CC82A: hue angle of 113.16º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CC82A is Cyan = 0.7, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB6020042-
CMYK0.700.790.22
HSL113.16º65.29%47.45%-
HSV(B)113.16º79%78.43%-
XYZ22.9442.449.17-
YUV140.1372.6270.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.87%
GREEN value IS 200 (78.52% from 255) = 66.23%
BLUE value IS 42 (16.80% from 255) = 13.91%
R=19.87%
G=66.23%
B=13.91%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60200420.700.790.22113.1665.2947.45
Hex3CC82A4604F1671412f
Octal743105210601172616110157
Binary111100110010001010101000110010011111011011100011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,200,42); }

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

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

 a { background-color: rgb(60,200,42); }

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

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

 span { border-color: rgb(60,200,42); }

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