#30B747

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

Shades of Lime Green #30B747

Tints of Lime Green #30B747

Color information

#30B747 (or 0x30B747) is unknown color: approx Lime Green. HEX triplet: 30, B7 and 47. RGB value is (48,183,71). Sum of RGB (Red+Green+Blue) = 48+183+71=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #30B747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B747 is #CF48B8. Grayscale: #828282. Windows color (decimal): -13584569 or 4699952. OLE color: 4699952.

HSL color Cylindrical-coordinate representation of color #30B747: hue angle of 130.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B747 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB4818371-
CMYK0.7400.610.28
HSL130.22º58.44%45.29%-
HSV(B)130.22º73.77%71.76%-
XYZ19.2934.9511.69-
YUV129.8794.7769.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 183 (71.88% from 255) = 60.60%
BLUE value IS 71 (28.12% from 255) = 23.51%
R=15.89%
G=60.60%
B=23.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48183710.7400.610.28130.2258.4445.29
Hex30B7474A03D1C823a2d
Octal60267107112075342027255
Binary110000101101111000111100101001111011110010000010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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