#3CBA35

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

Shades of Lime Green #3CBA35

Tints of Lime Green #3CBA35

Color information

#3CBA35 (or 0x3CBA35) is unknown color: approx Lime Green. HEX triplet: 3C, BA and 35. RGB value is (60,186,53). Sum of RGB (Red+Green+Blue) = 60+186+53=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA35 is #C345CA. Grayscale: #858585. Windows color (decimal): -12797387 or 3521084. OLE color: 3521084.

HSL color Cylindrical-coordinate representation of color #3CBA35: hue angle of 116.84º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBA35 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB6018653-
CMYK0.6800.720.27
HSL116.84º55.65%46.86%-
HSV(B)116.84º71.51%72.94%-
XYZ20.0636.349.32-
YUV133.1682.7675.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.07%
GREEN value IS 186 (73.05% from 255) = 62.21%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=20.07%
G=62.21%
B=17.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60186530.6800.720.27116.8455.6546.86
Hex3CBA35440481B75382f
Octal74272651040110331657057
Binary11110010111010110101100010001001000110111110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,186,53); }

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

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

 a { background-color: rgb(60,186,53); }

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

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

 span { border-color: rgb(60,186,53); }

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