#3AAF38

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

Shades of Lime Green #3AAF38

Tints of Lime Green #3AAF38

Color information

#3AAF38 (or 0x3AAF38) is unknown color: approx Lime Green. HEX triplet: 3A, AF and 38. RGB value is (58,175,56). Sum of RGB (Red+Green+Blue) = 58+175+56=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 175 (68.75% from 255 or 60.55% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAF38 is #C550C7. Grayscale: #7E7E7E. Windows color (decimal): -12931272 or 3714874. OLE color: 3714874.

HSL color Cylindrical-coordinate representation of color #3AAF38: hue angle of 118.99º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AAF38 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB5817556-
CMYK0.6700.680.31
HSL118.99º51.52%45.29%-
HSV(B)118.99º68%68.63%-
XYZ17.7931.858.95-
YUV126.4588.2479.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 175 (68.75% from 255) = 60.55%
BLUE value IS 56 (22.27% from 255) = 19.38%
R=20.07%
G=60.55%
B=19.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175560.6700.680.31118.9951.5245.29
Hex3AAF38430441F77342d
Octal72257701030104371676455
Binary11101010101111111000100001101000100111111110111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,175,56); }

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

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

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

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

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

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

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