#30BC49

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

Shades of Lime Green #30BC49

Tints of Lime Green #30BC49

Color information

#30BC49 (or 0x30BC49) is unknown color: approx Lime Green. HEX triplet: 30, BC and 49. RGB value is (48,188,73). Sum of RGB (Red+Green+Blue) = 48+188+73=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BC49 is #CF43B6. Grayscale: #858585. Windows color (decimal): -13583287 or 4832304. OLE color: 4832304.

HSL color Cylindrical-coordinate representation of color #30BC49: hue angle of 130.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BC49 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB4818873-
CMYK0.7400.610.26
HSL130.71º59.32%46.27%-
HSV(B)130.71º74.47%73.73%-
XYZ20.437.0812.38-
YUV133.0394.1267.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 188 (73.83% from 255) = 60.84%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=15.53%
G=60.84%
B=23.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48188730.7400.610.26130.7159.3246.27
Hex30BC494A03D1A833b2e
Octal60274111112075322037356
Binary110000101111001001001100101001111011101010000011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,188,73); }

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

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

 a { background-color: rgb(48,188,73); }

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

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

 span { border-color: rgb(48,188,73); }

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