#30F148

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

Shades of Lime Green #30F148

Tints of Lime Green #30F148

Color information

#30F148 (or 0x30F148) is unknown color: approx Lime Green. HEX triplet: 30, F1 and 48. RGB value is (48,241,72). Sum of RGB (Red+Green+Blue) = 48+241+72=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #30F148 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F148 is #CF0EB7. Grayscale: #A4A4A4. Windows color (decimal): -13569720 or 4780336. OLE color: 4780336.

HSL color Cylindrical-coordinate representation of color #30F148: hue angle of 127.46º 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 #30F148 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB4824172-
CMYK0.8000.700.05
HSL127.46º87.33%56.67%-
HSV(B)127.46º80.08%94.51%-
XYZ33.8464.0116.7-
YUV164.0376.0645.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.30%
GREEN value IS 241 (94.53% from 255) = 66.76%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=13.30%
G=66.76%
B=19.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48241720.8000.700.05127.4687.3356.67
Hex30F1485004657f5739
Octal603611101200106517712771
Binary11000011110001100100010100000100011010111111111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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