#30B546

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

Shades of Lime Green #30B546

Tints of Lime Green #30B546

Color information

#30B546 (or 0x30B546) is unknown color: approx Lime Green. HEX triplet: 30, B5 and 46. RGB value is (48,181,70). Sum of RGB (Red+Green+Blue) = 48+181+70=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #30B546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B546 is #CF4AB9. Grayscale: #808080. Windows color (decimal): -13585082 or 4633904. OLE color: 4633904.

HSL color Cylindrical-coordinate representation of color #30B546: hue angle of 129.92º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B546 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB4818170-
CMYK0.7300.610.29
HSL129.92º58.08%44.9%-
HSV(B)129.92º73.48%70.98%-
XYZ18.8534.1211.39-
YUV128.5894.9470.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 181 (71.09% from 255) = 60.54%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=16.05%
G=60.54%
B=23.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48181700.7300.610.29129.9258.0844.9
Hex30B5464903D1D823a2d
Octal60265106111075352027255
Binary110000101101011000110100100101111011110110000010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,181,70); }

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

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

 a { background-color: rgb(48,181,70); }

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

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

 span { border-color: rgb(48,181,70); }

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