#3CC652

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

Shades of Lime Green #3CC652

Tints of Lime Green #3CC652

Color information

#3CC652 (or 0x3CC652) is unknown color: approx Lime Green. HEX triplet: 3C, C6 and 52. RGB value is (60,198,82). Sum of RGB (Red+Green+Blue) = 60+198+82=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 198 (77.73% from 255 or 58.24% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC652 is #C339AD. Grayscale: #8F8F8F. Windows color (decimal): -12794286 or 5424700. OLE color: 5424700.

HSL color Cylindrical-coordinate representation of color #3CC652: hue angle of 129.57º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC652 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB6019882-
CMYK0.7000.590.22
HSL129.57º54.76%50.59%-
HSV(B)129.57º69.7%77.65%-
XYZ23.5841.9614.84-
YUV143.5193.2868.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.65%
GREEN value IS 198 (77.73% from 255) = 58.24%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=17.65%
G=58.24%
B=24.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60198820.7000.590.22129.5754.7650.59
Hex3CC6524603B16823733
Octal74306122106073262026763
Binary111100110001101010010100011001110111011010000010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,198,82); }

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

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

 a { background-color: rgb(60,198,82); }

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

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

 span { border-color: rgb(60,198,82); }

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