#30d844

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

Shades of Lime Green #30D844

Tints of Lime Green #30D844

Color information

#30D844 (or 0x30D844) is unknown color: approx Lime Green. HEX triplet: 30, D8 and 44. RGB value is (48,216,68). Sum of RGB (Red+Green+Blue) = 48+216+68=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #30D844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D844 is #CF27BB. Grayscale: #959595. Windows color (decimal): -13576124 or 4511792. OLE color: 4511792.

HSL color Cylindrical-coordinate representation of color #30D844: hue angle of 127.14º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D844 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB4821668-
CMYK0.7800.690.15
HSL127.14º68.29%51.76%-
HSV(B)127.14º77.78%84.71%-
XYZ26.8250.1613.74-
YUV148.982.3456.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 216 (84.77% from 255) = 65.06%
BLUE value IS 68 (26.95% from 255) = 20.48%
R=14.46%
G=65.06%
B=20.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48216680.7800.690.15127.1468.2951.76
Hex30D8444E045F7f4434
Octal6033010411601051717710464
Binary110000110110001000100100111001000101111111111111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30d844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,216,68); }

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

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

 a { background-color: rgb(48,216,68); }

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

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

 span { border-color: rgb(48,216,68); }

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