#3ABF46

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

Shades of Lime Green #3ABF46

Tints of Lime Green #3ABF46

Color information

#3ABF46 (or 0x3ABF46) is unknown color: approx Lime Green. HEX triplet: 3A, BF and 46. RGB value is (58,191,70). Sum of RGB (Red+Green+Blue) = 58+191+70=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABF46 is #C540B9. Grayscale: #898989. Windows color (decimal): -12927162 or 4636474. OLE color: 4636474.

HSL color Cylindrical-coordinate representation of color #3ABF46: hue angle of 125.41º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABF46 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB5819170-
CMYK0.7000.630.25
HSL125.41º53.41%48.82%-
HSV(B)125.41º69.63%74.9%-
XYZ21.4838.612.11-
YUV137.4489.9471.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 191 (75% from 255) = 59.87%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=18.18%
G=59.87%
B=21.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58191700.7000.630.25125.4153.4148.82
Hex3ABF464603F197d3531
Octal72277106106077311756561
Binary11101010111111100011010001100111111110011111101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,191,70); }

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

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

 a { background-color: rgb(58,191,70); }

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

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

 span { border-color: rgb(58,191,70); }

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