#30F147

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

Shades of Lime Green #30F147

Tints of Lime Green #30F147

Color information

#30F147 (or 0x30F147) is unknown color: approx Lime Green. HEX triplet: 30, F1 and 47. RGB value is (48,241,71). Sum of RGB (Red+Green+Blue) = 48+241+71=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #30F147 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F147 is #CF0EB8. Grayscale: #A4A4A4. Windows color (decimal): -13569721 or 4714800. OLE color: 4714800.

HSL color Cylindrical-coordinate representation of color #30F147: hue angle of 127.15º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F147 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB4824171-
CMYK0.8000.710.05
HSL127.15º87.33%56.67%-
HSV(B)127.15º80.08%94.51%-
XYZ33.8163.9916.53-
YUV163.9175.5645.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.33%
GREEN value IS 241 (94.53% from 255) = 66.94%
BLUE value IS 71 (28.12% from 255) = 19.72%
R=13.33%
G=66.94%
B=19.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48241710.8000.710.05127.1587.3356.67
Hex30F1475004757f5739
Octal603611071200107517712771
Binary11000011110001100011110100000100011110111111111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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