#3AF43A

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

Shades of Lime Green #3AF43A

Tints of Lime Green #3AF43A

Color information

#3AF43A (or 0x3AF43A) is unknown color: approx Lime Green. HEX triplet: 3A, F4 and 3A. RGB value is (58,244,58). Sum of RGB (Red+Green+Blue) = 58+244+58=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 244 (95.70% from 255 or 67.78% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF43A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF43A is #C50BC5. Grayscale: #A7A7A7. Windows color (decimal): -12913606 or 3863610. OLE color: 3863610.

HSL color Cylindrical-coordinate representation of color #3AF43A: hue angle of 120º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF43A is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB5824458-
CMYK0.7600.760.04
HSL120º89.42%59.22%-
HSV(B)120º76.23%95.69%-
XYZ34.8665.9114.89-
YUV167.1866.3850.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.11%
GREEN value IS 244 (95.70% from 255) = 67.78%
BLUE value IS 58 (23.05% from 255) = 16.11%
R=16.11%
G=67.78%
B=16.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal58244580.7600.760.0412089.4259.22
Hex3AF43A4C04C478593b
Octal72364721140114417013173
Binary1110101111010011101010011000100110010011110001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,244,58); }

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

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

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

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

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

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

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