#30B73A

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

Shades of Lime Green #30B73A

Tints of Lime Green #30B73A

Color information

#30B73A (or 0x30B73A) is unknown color: approx Lime Green. HEX triplet: 30, B7 and 3A. RGB value is (48,183,58). Sum of RGB (Red+Green+Blue) = 48+183+58=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 183 (71.88% from 255 or 63.32% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 183 - color contains mainly: green. Hex color #30B73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B73A is #CF48C5. Grayscale: #808080. Windows color (decimal): -13584582 or 3847984. OLE color: 3847984.

HSL color Cylindrical-coordinate representation of color #30B73A: hue angle of 124.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B73A is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB4818358-
CMYK0.7400.680.28
HSL124.44º58.44%45.29%-
HSV(B)124.44º73.77%71.76%-
XYZ18.9234.89.72-
YUV128.3888.2770.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 183 (71.88% from 255) = 63.32%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=16.61%
G=63.32%
B=20.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48183580.7400.680.28124.4458.4445.29
Hex30B73A4A0441C7c3a2d
Octal60267721120104341747255
Binary11000010110111111010100101001000100111001111100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,183,58); }

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

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

 a { background-color: rgb(48,183,58); }

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

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

 span { border-color: rgb(48,183,58); }

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