#30B72D

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

Shades of Lime Green #30B72D

Tints of Lime Green #30B72D

Color information

#30B72D (or 0x30B72D) is unknown color: approx Lime Green. HEX triplet: 30, B7 and 2D. RGB value is (48,183,45). Sum of RGB (Red+Green+Blue) = 48+183+45=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 183 (71.88% from 255 or 66.30% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 183 - color contains mainly: green. Hex color #30B72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B72D is #CF48D2. Grayscale: #7F7F7F. Windows color (decimal): -13584595 or 2996016. OLE color: 2996016.

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

Color convert

RGB4818345-
CMYK0.7400.750.28
HSL118.7º60.53%44.71%-
HSV(B)118.7º75.41%71.76%-
XYZ18.6334.688.2-
YUV126.981.7771.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 183 (71.88% from 255) = 66.30%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=17.39%
G=66.30%
B=16.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48183450.7400.750.28118.760.5344.71
Hex30B72D4A04B1C773d2d
Octal60267551120113341677555
Binary11000010110111101101100101001001011111001110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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