#30BF47

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

Shades of Lime Green #30BF47

Tints of Lime Green #30BF47

Color information

#30BF47 (or 0x30BF47) is unknown color: approx Lime Green. HEX triplet: 30, BF and 47. RGB value is (48,191,71). Sum of RGB (Red+Green+Blue) = 48+191+71=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BF47 is #CF40B8. Grayscale: #868686. Windows color (decimal): -13582521 or 4702000. OLE color: 4702000.

HSL color Cylindrical-coordinate representation of color #30BF47: hue angle of 129.65º 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 #30BF47 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB4819171-
CMYK0.7500.630.25
HSL129.65º59.83%46.86%-
HSV(B)129.65º74.87%74.9%-
XYZ20.9938.3412.26-
YUV134.5692.1266.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 191 (75% from 255) = 61.61%
BLUE value IS 71 (28.12% from 255) = 22.90%
R=15.48%
G=61.61%
B=22.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48191710.7500.630.25129.6559.8346.86
Hex30BF474B03F19823c2f
Octal60277107113077312027457
Binary110000101111111000111100101101111111100110000010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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