#30E52F

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

Shades of Lime Green #30E52F

Tints of Lime Green #30E52F

Color information

#30E52F (or 0x30E52F) is unknown color: approx Lime Green. HEX triplet: 30, E5 and 2F. RGB value is (48,229,47). Sum of RGB (Red+Green+Blue) = 48+229+47=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 229 (89.84% from 255 or 70.68% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 229 - color contains mainly: green. Hex color #30E52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E52F is #CF1AD0. Grayscale: #9A9A9A. Windows color (decimal): -13572817 or 3138864. OLE color: 3138864.

HSL color Cylindrical-coordinate representation of color #30E52F: hue angle of 119.67º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E52F is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB4822947-
CMYK0.7900.790.10
HSL119.67º77.78%54.12%-
HSV(B)119.67º79.48%89.8%-
XYZ29.7556.8712.1-
YUV154.1367.5352.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 229 (89.84% from 255) = 70.68%
BLUE value IS 47 (18.75% from 255) = 14.51%
R=14.81%
G=70.68%
B=14.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal48229470.7900.790.10119.6777.7854.12
Hex30E52F4F04FA784e36
Octal603455711701171217011666
Binary11000011100101101111100111101001111101011110001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,229,47); }

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

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

 a { background-color: rgb(48,229,47); }

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

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

 span { border-color: rgb(48,229,47); }

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