#30B32E

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

Shades of Lime Green #30B32E

Tints of Lime Green #30B32E

Color information

#30B32E (or 0x30B32E) is unknown color: approx Lime Green. HEX triplet: 30, B3 and 2E. RGB value is (48,179,46). Sum of RGB (Red+Green+Blue) = 48+179+46=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #30B32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B32E is #CF4CD1. Grayscale: #7D7D7D. Windows color (decimal): -13585618 or 3060528. OLE color: 3060528.

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

Color convert

RGB4817946-
CMYK0.7300.740.30
HSL119.1º59.11%44.12%-
HSV(B)119.1º74.3%70.2%-
XYZ17.8333.078.03-
YUV124.6783.673.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 179 (70.31% from 255) = 65.57%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=17.58%
G=65.57%
B=16.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48179460.7300.740.30119.159.1144.12
Hex30B32E4904A1E773b2c
Octal60263561110112361677354
Binary11000010110011101110100100101001010111101110111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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