#30B337

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

Shades of Lime Green #30B337

Tints of Lime Green #30B337

Color information

#30B337 (or 0x30B337) is unknown color: approx Lime Green. HEX triplet: 30, B3 and 37. RGB value is (48,179,55). Sum of RGB (Red+Green+Blue) = 48+179+55=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #30B337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B337 is #CF4CC8. Grayscale: #7E7E7E. Windows color (decimal): -13585609 or 3650352. OLE color: 3650352.

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

Color convert

RGB4817955-
CMYK0.7300.690.30
HSL123.21º57.71%44.51%-
HSV(B)123.21º73.18%70.2%-
XYZ18.0333.149.06-
YUV125.788.172.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 179 (70.31% from 255) = 63.48%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=17.02%
G=63.48%
B=19.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48179550.7300.690.30123.2157.7144.51
Hex30B337490451E7b3a2d
Octal60263671110105361737255
Binary11000010110011110111100100101000101111101111011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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