#30B443

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

Shades of Lime Green #30B443

Tints of Lime Green #30B443

Color information

#30B443 (or 0x30B443) is unknown color: approx Lime Green. HEX triplet: 30, B4 and 43. RGB value is (48,180,67). Sum of RGB (Red+Green+Blue) = 48+180+67=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #30B443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B443 is #CF4BBC. Grayscale: #7F7F7F. Windows color (decimal): -13585341 or 4437040. OLE color: 4437040.

HSL color Cylindrical-coordinate representation of color #30B443: hue angle of 128.64º 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 #30B443 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB4818067-
CMYK0.7300.630.29
HSL128.64º57.89%44.71%-
HSV(B)128.64º73.33%70.59%-
XYZ18.5533.6810.83-
YUV127.6593.7771.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 180 (70.70% from 255) = 61.02%
BLUE value IS 67 (26.56% from 255) = 22.71%
R=16.27%
G=61.02%
B=22.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48180670.7300.630.29128.6457.8944.71
Hex30B4434903F1D813a2d
Octal60264103111077352017255
Binary110000101101001000011100100101111111110110000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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