#30B11F

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

Shades of Lime Green #30B11F

Tints of Lime Green #30B11F

Color information

#30B11F (or 0x30B11F) is unknown color: approx Lime Green. HEX triplet: 30, B1 and 1F. RGB value is (48,177,31). Sum of RGB (Red+Green+Blue) = 48+177+31=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 177 (69.53% from 255 or 69.14% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 177 - color contains mainly: green. Hex color #30B11F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30B11F is #CF4EE0. Grayscale: #7A7A7A. Windows color (decimal): -13586145 or 2076976. OLE color: 2076976.

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

Color convert

RGB4817731-
CMYK0.7300.820.31
HSL113.01º70.19%40.78%-
HSV(B)113.01º82.49%69.41%-
XYZ17.1932.176.6-
YUV121.7976.7675.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 177 (69.53% from 255) = 69.14%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=18.75%
G=69.14%
B=12.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48177310.7300.820.31113.0170.1940.78
Hex30B11F490521F714629
Octal602613711101223716110651
Binary11000010110001111111001001010100101111111100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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