#3AAB30

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

Shades of Lime Green #3AAB30

Tints of Lime Green #3AAB30

Color information

#3AAB30 (or 0x3AAB30) is unknown color: approx Lime Green. HEX triplet: 3A, AB and 30. RGB value is (58,171,48). Sum of RGB (Red+Green+Blue) = 58+171+48=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 171 (67.19% from 255 or 61.73% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAB30 is #C554CF. Grayscale: #7B7B7B. Windows color (decimal): -12932304 or 3189562. OLE color: 3189562.

HSL color Cylindrical-coordinate representation of color #3AAB30: hue angle of 115.12º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AAB30 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB5817148-
CMYK0.6600.720.33
HSL115.12º56.16%42.94%-
HSV(B)115.12º71.93%67.06%-
XYZ16.8430.247.75-
YUV123.1985.5681.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 171 (67.19% from 255) = 61.73%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=20.94%
G=61.73%
B=17.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58171480.6600.720.33115.1256.1642.94
Hex3AAB30420482173382b
Octal72253601020110411637053
Binary111010101010111100001000010010010001000011110011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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