#30E91D

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

Shades of Lime Green #30E91D

Tints of Lime Green #30E91D

Color information

#30E91D (or 0x30E91D) is unknown color: approx Lime Green. HEX triplet: 30, E9 and 1D. RGB value is (48,233,29). Sum of RGB (Red+Green+Blue) = 48+233+29=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 233 (91.41% from 255 or 75.16% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 233 - color contains mainly: green. Hex color #30E91D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E91D is #CF16E2. Grayscale: #9B9B9B. Windows color (decimal): -13571811 or 1960240. OLE color: 1960240.

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

Color convert

RGB4823329-
CMYK0.7900.880.09
HSL114.41º82.26%51.37%-
HSV(B)114.41º87.55%91.37%-
XYZ30.5858.9910.94-
YUV154.4357.2152.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 233 (91.41% from 255) = 75.16%
BLUE value IS 29 (11.72% from 255) = 9.35%
R=15.48%
G=75.16%
B=9.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal48233290.7900.880.09114.4182.2651.37
Hex30E91D4F0589725233
Octal603513511701301116212263
Binary1100001110100111101100111101011000100111100101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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