#30D946

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

Shades of Lime Green #30D946

Tints of Lime Green #30D946

Color information

#30D946 (or 0x30D946) is unknown color: approx Lime Green. HEX triplet: 30, D9 and 46. RGB value is (48,217,70). Sum of RGB (Red+Green+Blue) = 48+217+70=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #30D946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D946 is #CF26B9. Grayscale: #969696. Windows color (decimal): -13575866 or 4643120. OLE color: 4643120.

HSL color Cylindrical-coordinate representation of color #30D946: hue angle of 127.81º degrees, saturation: 0.69, 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 #30D946 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB4821770-
CMYK0.7800.680.15
HSL127.81º68.98%51.96%-
HSV(B)127.81º77.88%85.1%-
XYZ27.1450.714.15-
YUV149.7183.0155.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 217 (85.16% from 255) = 64.78%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=14.33%
G=64.78%
B=20.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48217700.7800.680.15127.8168.9851.96
Hex30D9464E044F804534
Octal6033110611601041720010564
Binary1100001101100110001101001110010001001111100000001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,217,70); }

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

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

 a { background-color: rgb(48,217,70); }

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

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

 span { border-color: rgb(48,217,70); }

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