#30E931

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

Shades of Lime Green #30E931

Tints of Lime Green #30E931

Color information

#30E931 (or 0x30E931) is unknown color: approx Lime Green. HEX triplet: 30, E9 and 31. RGB value is (48,233,49). Sum of RGB (Red+Green+Blue) = 48+233+49=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 233 (91.41% from 255 or 70.61% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 233 - color contains mainly: green. Hex color #30E931 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E931 is #CF16CE. Grayscale: #9D9D9D. Windows color (decimal): -13571791 or 3270960. OLE color: 3270960.

HSL color Cylindrical-coordinate representation of color #30E931: hue angle of 120.32º degrees, saturation: 0.81, 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 #30E931 is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB4823349-
CMYK0.7900.790.09
HSL120.32º80.79%55.1%-
HSV(B)120.32º79.4%91.37%-
XYZ30.9159.1312.69-
YUV156.7167.2150.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 233 (91.41% from 255) = 70.61%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=14.55%
G=70.61%
B=14.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal48233490.7900.790.09120.3280.7955.1
Hex30E9314F04F9785137
Octal603516111701171117012167
Binary11000011101001110001100111101001111100111110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,233,49); }

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

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

 a { background-color: rgb(48,233,49); }

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

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

 span { border-color: rgb(48,233,49); }

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