#3CB635

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

Shades of Lime Green #3CB635

Tints of Lime Green #3CB635

Color information

#3CB635 (or 0x3CB635) is unknown color: approx Lime Green. HEX triplet: 3C, B6 and 35. RGB value is (60,182,53). Sum of RGB (Red+Green+Blue) = 60+182+53=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 182 (71.48% from 255 or 61.69% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB635 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB635 is #C349CA. Grayscale: #838383. Windows color (decimal): -12798411 or 3520060. OLE color: 3520060.

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

Color convert

RGB6018253-
CMYK0.6700.710.29
HSL116.74º54.89%46.08%-
HSV(B)116.74º70.88%71.37%-
XYZ19.2334.679.05-
YUV130.8284.0877.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.34%
GREEN value IS 182 (71.48% from 255) = 61.69%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=20.34%
G=61.69%
B=17.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60182530.6700.710.29116.7454.8946.08
Hex3CB635430471D75372e
Octal74266651030107351656756
Binary11110010110110110101100001101000111111011110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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