#30aa37

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

Shades of Lime Green #30AA37

Tints of Lime Green #30AA37

Color information

#30AA37 (or 0x30AA37) is unknown color: approx Lime Green. HEX triplet: 30, AA and 37. RGB value is (48,170,55). Sum of RGB (Red+Green+Blue) = 48+170+55=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #30AA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AA37 is #CF55C8. Grayscale: #787878. Windows color (decimal): -13587913 or 3648048. OLE color: 3648048.

HSL color Cylindrical-coordinate representation of color #30AA37: hue angle of 123.44º 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 #30AA37 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB4817055-
CMYK0.7200.680.33
HSL123.44º55.96%42.75%-
HSV(B)123.44º71.76%66.67%-
XYZ16.2829.658.48-
YUV120.4191.0876.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 170 (66.80% from 255) = 62.27%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=17.58%
G=62.27%
B=20.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48170550.7200.680.33123.4455.9642.75
Hex30AA3748044217b382b
Octal60252671100104411737053
Binary110000101010101101111001000010001001000011111011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30aa37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30aa37; }

 p { color: rgb(48,170,55); }

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

<style>
 a { background-color: #30aa37; }

 a { background-color: rgb(48,170,55); }

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

<style>
 span { border-color: #30aa37; }

 span { border-color: rgb(48,170,55); }

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