#3CB935

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

Shades of Lime Green #3CB935

Tints of Lime Green #3CB935

Color information

#3CB935 (or 0x3CB935) is unknown color: approx Lime Green. HEX triplet: 3C, B9 and 35. RGB value is (60,185,53). Sum of RGB (Red+Green+Blue) = 60+185+53=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB935 is #C346CA. Grayscale: #848484. Windows color (decimal): -12797643 or 3520828. OLE color: 3520828.

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

Color convert

RGB6018553-
CMYK0.6800.710.27
HSL116.82º55.46%46.67%-
HSV(B)116.82º71.35%72.55%-
XYZ19.8635.929.25-
YUV132.5883.0976.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 185 (72.66% from 255) = 62.08%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=20.13%
G=62.08%
B=17.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60185530.6800.710.27116.8255.4646.67
Hex3CB935440471B75372f
Octal74271651040107331656757
Binary11110010111001110101100010001000111110111110101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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