#30F146

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

Shades of Lime Green #30F146

Tints of Lime Green #30F146

Color information

#30F146 (or 0x30F146) is unknown color: approx Lime Green. HEX triplet: 30, F1 and 46. RGB value is (48,241,70). Sum of RGB (Red+Green+Blue) = 48+241+70=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 241 (94.53% from 255 or 67.13% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 241 - color contains mainly: green. Hex color #30F146 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F146 is #CF0EB9. Grayscale: #A4A4A4. Windows color (decimal): -13569722 or 4649264. OLE color: 4649264.

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

Color convert

RGB4824170-
CMYK0.8000.710.05
HSL126.84º87.33%56.67%-
HSV(B)126.84º80.08%94.51%-
XYZ33.7863.9816.36-
YUV163.875.0645.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.37%
GREEN value IS 241 (94.53% from 255) = 67.13%
BLUE value IS 70 (27.73% from 255) = 19.50%
R=13.37%
G=67.13%
B=19.50%

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
Decimal48241700.8000.710.05126.8487.3356.67
Hex30F1465004757f5739
Octal603611061200107517712771
Binary11000011110001100011010100000100011110111111111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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