#30D70E

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

Shades of Lime Green #30D70E

Tints of Lime Green #30D70E

Color information

#30D70E (or 0x30D70E) is unknown color: approx Lime Green. HEX triplet: 30, D7 and 0E. RGB value is (48,215,14). Sum of RGB (Red+Green+Blue) = 48+215+14=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 215 (84.38% from 255 or 77.62% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 215 - color contains mainly: green. Hex color #30D70E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D70E is #CF28F1. Grayscale: #8E8E8E. Windows color (decimal): -13576434 or 972592. OLE color: 972592.

HSL color Cylindrical-coordinate representation of color #30D70E: hue angle of 109.85º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30D70E is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB4821514-
CMYK0.7800.930.16
HSL109.85º87.77%44.9%-
HSV(B)109.85º93.49%84.31%-
XYZ25.649.268.57-
YUV142.1555.6760.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 215 (84.38% from 255) = 77.62%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=17.33%
G=77.62%
B=5.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48215140.7800.930.16109.8587.7744.9
Hex30D7E4E05D106e582d
Octal603271611601352015613055
Binary1100001101011111101001110010111011000011011101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,215,14); }

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

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

 a { background-color: rgb(48,215,14); }

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

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

 span { border-color: rgb(48,215,14); }

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