#47BF30

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

Shades of Lime Green #47BF30

Tints of Lime Green #47BF30

Color information

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

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

Color convert

RGB7119148-
CMYK0.6300.750.25
HSL110.35º59.83%46.86%-
HSV(B)110.35º74.87%74.9%-
XYZ21.7638.819.14-
YUV138.8276.7479.63-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71191480.6300.750.25110.3559.8346.86
Hex47BF303F04B196e3c2f
Octal10727760770113311567457
Binary10001111011111111000011111101001011110011101110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47BF30; }

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

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

<style>
 a { background-color: #47BF30; }

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

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

<style>
 span { border-color: #47BF30; }

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

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