#3CB435

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

Shades of Lime Green #3CB435

Tints of Lime Green #3CB435

Color information

#3CB435 (or 0x3CB435) is unknown color: approx Lime Green. HEX triplet: 3C, B4 and 35. RGB value is (60,180,53). Sum of RGB (Red+Green+Blue) = 60+180+53=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 180 (70.70% from 255 or 61.43% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB435 is #C34BCA. Grayscale: #828282. Windows color (decimal): -12798923 or 3519548. OLE color: 3519548.

HSL color Cylindrical-coordinate representation of color #3CB435: hue angle of 116.69º 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 #3CB435 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB6018053-
CMYK0.6700.710.29
HSL116.69º54.51%45.69%-
HSV(B)116.69º70.56%70.59%-
XYZ18.8333.868.91-
YUV129.6484.7478.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.48%
GREEN value IS 180 (70.70% from 255) = 61.43%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=20.48%
G=61.43%
B=18.09%

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
Decimal60180530.6700.710.29116.6954.5145.69
Hex3CB435430471D75372e
Octal74264651030107351656756
Binary11110010110100110101100001101000111111011110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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