#3ABA35

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

Shades of Lime Green #3ABA35

Tints of Lime Green #3ABA35

Color information

#3ABA35 (or 0x3ABA35) is unknown color: approx Lime Green. HEX triplet: 3A, BA and 35. RGB value is (58,186,53). Sum of RGB (Red+Green+Blue) = 58+186+53=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA35 is #C545CA. Grayscale: #848484. Windows color (decimal): -12928459 or 3521082. OLE color: 3521082.

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

Color convert

RGB5818653-
CMYK0.6900.720.27
HSL117.74º55.65%46.86%-
HSV(B)117.74º71.51%72.94%-
XYZ19.9536.279.32-
YUV132.5783.0974.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 186 (73.05% from 255) = 62.63%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=19.53%
G=62.63%
B=17.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58186530.6900.720.27117.7455.6546.86
Hex3ABA35450481B76382f
Octal72272651050110331667057
Binary11101010111010110101100010101001000110111110110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,186,53); }

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

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

 a { background-color: rgb(58,186,53); }

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

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

 span { border-color: rgb(58,186,53); }

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