#3CB63E

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

Shades of Lime Green #3CB63E

Tints of Lime Green #3CB63E

Color information

#3CB63E (or 0x3CB63E) is unknown color: approx Lime Green. HEX triplet: 3C, B6 and 3E. RGB value is (60,182,62). Sum of RGB (Red+Green+Blue) = 60+182+62=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 182 (71.48% from 255 or 59.87% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB63E is #C349C1. Grayscale: #848484. Windows color (decimal): -12798402 or 4109884. OLE color: 4109884.

HSL color Cylindrical-coordinate representation of color #3CB63E: hue angle of 120.98º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB63E is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB6018262-
CMYK0.6700.660.29
HSL120.98º50.41%47.45%-
HSV(B)120.98º67.03%71.37%-
XYZ19.4634.7610.24-
YUV131.8488.5876.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 182 (71.48% from 255) = 59.87%
BLUE value IS 62 (24.61% from 255) = 20.39%
R=19.74%
G=59.87%
B=20.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60182620.6700.660.29120.9850.4147.45
Hex3CB63E430421D79322f
Octal74266761030102351716257
Binary11110010110110111110100001101000010111011111001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,182,62); }

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

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

 a { background-color: rgb(60,182,62); }

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

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

 span { border-color: rgb(60,182,62); }

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