#30E547

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

Shades of Lime Green #30E547

Tints of Lime Green #30E547

Color information

#30E547 (or 0x30E547) is unknown color: approx Lime Green. HEX triplet: 30, E5 and 47. RGB value is (48,229,71). Sum of RGB (Red+Green+Blue) = 48+229+71=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 229 (89.84% from 255 or 65.80% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 229 - color contains mainly: green. Hex color #30E547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E547 is #CF1AB8. Grayscale: #9D9D9D. Windows color (decimal): -13572793 or 4711728. OLE color: 4711728.

HSL color Cylindrical-coordinate representation of color #30E547: hue angle of 127.62º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E547 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB4822971-
CMYK0.7900.690.10
HSL127.62º77.68%54.31%-
HSV(B)127.62º79.04%89.8%-
XYZ30.3857.1215.39-
YUV156.8779.5350.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 229 (89.84% from 255) = 65.80%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=13.79%
G=65.80%
B=20.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal48229710.7900.690.10127.6277.6854.31
Hex30E5474F045A804e36
Octal6034510711701051220011666
Binary1100001110010110001111001111010001011010100000001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,229,71); }

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

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

 a { background-color: rgb(48,229,71); }

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

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

 span { border-color: rgb(48,229,71); }

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