#30B31F

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

Shades of Lime Green #30B31F

Tints of Lime Green #30B31F

Color information

#30B31F (or 0x30B31F) is unknown color: approx Lime Green. HEX triplet: 30, B3 and 1F. RGB value is (48,179,31). Sum of RGB (Red+Green+Blue) = 48+179+31=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 179 (70.31% from 255 or 69.38% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 179 - color contains mainly: green. Hex color #30B31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B31F is #CF4CE0. Grayscale: #7B7B7B. Windows color (decimal): -13585633 or 2077488. OLE color: 2077488.

HSL color Cylindrical-coordinate representation of color #30B31F: hue angle of 113.11º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30B31F is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB4817931-
CMYK0.7300.830.30
HSL113.11º70.48%41.18%-
HSV(B)113.11º82.68%70.2%-
XYZ17.5932.976.73-
YUV122.9676.174.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 179 (70.31% from 255) = 69.38%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=18.60%
G=69.38%
B=12.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48179310.7300.830.30113.1170.4841.18
Hex30B31F490531E714629
Octal602633711101233616110651
Binary11000010110011111111001001010100111111011100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,179,31); }

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

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

 a { background-color: rgb(48,179,31); }

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

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

 span { border-color: rgb(48,179,31); }

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