#30B436

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

Shades of Lime Green #30B436

Tints of Lime Green #30B436

Color information

#30B436 (or 0x30B436) is unknown color: approx Lime Green. HEX triplet: 30, B4 and 36. RGB value is (48,180,54). Sum of RGB (Red+Green+Blue) = 48+180+54=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 180 (70.70% from 255 or 63.83% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 180 - color contains mainly: green. Hex color #30B436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B436 is #CF4BC9. Grayscale: #7E7E7E. Windows color (decimal): -13585354 or 3585072. OLE color: 3585072.

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

Color convert

RGB4818054-
CMYK0.7300.70.29
HSL122.73º57.89%44.71%-
HSV(B)122.73º73.33%70.59%-
XYZ18.2133.549-
YUV126.1787.2772.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 180 (70.70% from 255) = 63.83%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=17.02%
G=63.83%
B=19.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48180540.7300.70.29122.7357.8944.71
Hex30B436490461D7b3a2d
Octal60264661110106351737255
Binary11000010110100110110100100101000110111011111011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,180,54); }

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

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

 a { background-color: rgb(48,180,54); }

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

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

 span { border-color: rgb(48,180,54); }

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