#30E746

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

Shades of Lime Green #30E746

Tints of Lime Green #30E746

Color information

#30E746 (or 0x30E746) is unknown color: approx Lime Green. HEX triplet: 30, E7 and 46. RGB value is (48,231,70). Sum of RGB (Red+Green+Blue) = 48+231+70=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 231 (90.62% from 255 or 66.19% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 231 - color contains mainly: green. Hex color #30E746 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E746 is #CF18B9. Grayscale: #9E9E9E. Windows color (decimal): -13572282 or 4646704. OLE color: 4646704.

HSL color Cylindrical-coordinate representation of color #30E746: hue angle of 127.21º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E746 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB4823170-
CMYK0.7900.700.09
HSL127.21º79.22%54.71%-
HSV(B)127.21º79.22%90.59%-
XYZ30.958.2215.4-
YUV157.9378.3749.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.75%
GREEN value IS 231 (90.62% from 255) = 66.19%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=13.75%
G=66.19%
B=20.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal48231700.7900.700.09127.2179.2254.71
Hex30E7464F04697f4f37
Octal6034710611701061117711767
Binary110000111001111000110100111101000110100111111111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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