#30D811

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

Shades of Lime Green #30D811

Tints of Lime Green #30D811

Color information

#30D811 (or 0x30D811) is unknown color: approx Lime Green. HEX triplet: 30, D8 and 11. RGB value is (48,216,17). Sum of RGB (Red+Green+Blue) = 48+216+17=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 216 (84.77% from 255 or 76.87% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 216 - color contains mainly: green. Hex color #30D811 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D811 is #CF27EE. Grayscale: #8F8F8F. Windows color (decimal): -13576175 or 1169456. OLE color: 1169456.

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

Color convert

RGB4821617-
CMYK0.7800.920.15
HSL110.65º85.41%45.69%-
HSV(B)110.65º92.13%84.71%-
XYZ25.8849.788.78-
YUV143.0856.8460.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 216 (84.77% from 255) = 76.87%
BLUE value IS 17 (7.03% from 255) = 6.05%
R=17.08%
G=76.87%
B=6.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48216170.7800.920.15110.6585.4145.69
Hex30D8114E05CF6f552e
Octal603302111601341715712556
Binary1100001101100010001100111001011100111111011111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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