#3BB435

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

Shades of Lime Green #3BB435

Tints of Lime Green #3BB435

Color information

#3BB435 (or 0x3BB435) is unknown color: approx Lime Green. HEX triplet: 3B, B4 and 35. RGB value is (59,180,53). Sum of RGB (Red+Green+Blue) = 59+180+53=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 180 (70.70% from 255 or 61.64% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 180 - color contains mainly: green. Hex color #3BB435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB435 is #C44BCA. Grayscale: #818181. Windows color (decimal): -12864459 or 3519547. OLE color: 3519547.

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

Color convert

RGB5918053-
CMYK0.6700.710.29
HSL117.17º54.51%45.69%-
HSV(B)117.17º70.56%70.59%-
XYZ18.7733.838.91-
YUV129.3484.9177.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.21%
GREEN value IS 180 (70.70% from 255) = 61.64%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=20.21%
G=61.64%
B=18.15%

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
Decimal59180530.6700.710.29117.1754.5145.69
Hex3BB435430471D75372e
Octal73264651030107351656756
Binary11101110110100110101100001101000111111011110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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