#30BF4E

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

Shades of Lime Green #30BF4E

Tints of Lime Green #30BF4E

Color information

#30BF4E (or 0x30BF4E) is unknown color: approx Lime Green. HEX triplet: 30, BF and 4E. RGB value is (48,191,78). Sum of RGB (Red+Green+Blue) = 48+191+78=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF4E is #CF40B1. Grayscale: #878787. Windows color (decimal): -13582514 or 5160752. OLE color: 5160752.

HSL color Cylindrical-coordinate representation of color #30BF4E: hue angle of 132.59º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF4E is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB4819178-
CMYK0.7500.590.25
HSL132.59º59.83%46.86%-
HSV(B)132.59º74.87%74.9%-
XYZ21.2238.4413.51-
YUV135.3695.6265.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 191 (75% from 255) = 60.25%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=15.14%
G=60.25%
B=24.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48191780.7500.590.25132.5959.8346.86
Hex30BF4E4B03B19853c2f
Octal60277116113073312057457
Binary110000101111111001110100101101110111100110000101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,191,78); }

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

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

 a { background-color: rgb(48,191,78); }

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

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

 span { border-color: rgb(48,191,78); }

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