#3CC62F

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

Shades of Lime Green #3CC62F

Tints of Lime Green #3CC62F

Color information

#3CC62F (or 0x3CC62F) is unknown color: approx Lime Green. HEX triplet: 3C, C6 and 2F. RGB value is (60,198,47). Sum of RGB (Red+Green+Blue) = 60+198+47=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC62F is #C339D0. Grayscale: #8B8B8B. Windows color (decimal): -12794321 or 3130940. OLE color: 3130940.

HSL color Cylindrical-coordinate representation of color #3CC62F: hue angle of 114.83º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CC62F is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB6019847-
CMYK0.7000.760.22
HSL114.83º61.63%48.04%-
HSV(B)114.83º76.26%77.65%-
XYZ22.5741.559.52-
YUV139.5275.7871.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.67%
GREEN value IS 198 (77.73% from 255) = 64.92%
BLUE value IS 47 (18.75% from 255) = 15.41%
R=19.67%
G=64.92%
B=15.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60198470.7000.760.22114.8361.6348.04
Hex3CC62F4604C16733e30
Octal74306571060114261637660
Binary11110011000110101111100011001001100101101110011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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