#3AAF30

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

Shades of Lime Green #3AAF30

Tints of Lime Green #3AAF30

Color information

#3AAF30 (or 0x3AAF30) is unknown color: approx Lime Green. HEX triplet: 3A, AF and 30. RGB value is (58,175,48). Sum of RGB (Red+Green+Blue) = 58+175+48=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAF30 is #C550CF. Grayscale: #7D7D7D. Windows color (decimal): -12931280 or 3190586. OLE color: 3190586.

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

Color convert

RGB5817548-
CMYK0.6700.730.31
HSL115.28º56.95%43.73%-
HSV(B)115.28º72.57%68.63%-
XYZ17.6131.778-
YUV125.5484.2479.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 175 (68.75% from 255) = 62.28%
BLUE value IS 48 (19.14% from 255) = 17.08%
R=20.64%
G=62.28%
B=17.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175480.6700.730.31115.2856.9543.73
Hex3AAF30430491F73392c
Octal72257601030111371637154
Binary11101010101111110000100001101001001111111110011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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