#3CB735

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

Shades of Lime Green #3CB735

Tints of Lime Green #3CB735

Color information

#3CB735 (or 0x3CB735) is unknown color: approx Lime Green. HEX triplet: 3C, B7 and 35. RGB value is (60,183,53). Sum of RGB (Red+Green+Blue) = 60+183+53=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB735 is #C348CA. Grayscale: #838383. Windows color (decimal): -12798155 or 3520316. OLE color: 3520316.

HSL color Cylindrical-coordinate representation of color #3CB735: hue angle of 116.77º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CB735 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB6018353-
CMYK0.6700.710.28
HSL116.77º55.08%46.27%-
HSV(B)116.77º71.04%71.76%-
XYZ19.4435.089.12-
YUV131.483.7577.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 183 (71.88% from 255) = 61.82%
BLUE value IS 53 (21.09% from 255) = 17.91%
R=20.27%
G=61.82%
B=17.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal60183530.6700.710.28116.7755.0846.27
Hex3CB735430471C75372e
Octal74267651030107341656756
Binary11110010110111110101100001101000111111001110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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