#3CB32E

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

Shades of Lime Green #3CB32E

Tints of Lime Green #3CB32E

Color information

#3CB32E (or 0x3CB32E) is unknown color: approx Lime Green. HEX triplet: 3C, B3 and 2E. RGB value is (60,179,46). Sum of RGB (Red+Green+Blue) = 60+179+46=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB32E is #C34CD1. Grayscale: #808080. Windows color (decimal): -12799186 or 3060540. OLE color: 3060540.

HSL color Cylindrical-coordinate representation of color #3CB32E: hue angle of 113.68º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CB32E is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB6017946-
CMYK0.6600.740.30
HSL113.68º59.11%44.12%-
HSV(B)113.68º74.3%70.2%-
XYZ18.4833.48.06-
YUV128.2681.5879.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 179 (70.31% from 255) = 62.81%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=21.05%
G=62.81%
B=16.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60179460.6600.740.30113.6859.1144.12
Hex3CB32E4204A1E723b2c
Octal74263561020112361627354
Binary11110010110011101110100001001001010111101110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,179,46); }

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

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

 a { background-color: rgb(60,179,46); }

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

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

 span { border-color: rgb(60,179,46); }

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