#30E72A

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

Shades of Lime Green #30E72A

Tints of Lime Green #30E72A

Color information

#30E72A (or 0x30E72A) is unknown color: approx Lime Green. HEX triplet: 30, E7 and 2A. RGB value is (48,231,42). Sum of RGB (Red+Green+Blue) = 48+231+42=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 231 (90.62% from 255 or 71.96% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 231 - color contains mainly: green. Hex color #30E72A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E72A is #CF18D5. Grayscale: #9B9B9B. Windows color (decimal): -13572310 or 2811696. OLE color: 2811696.

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

Color convert

RGB4823142-
CMYK0.7900.820.09
HSL118.1º79.75%53.53%-
HSV(B)118.1º81.82%90.59%-
XYZ30.2157.9511.78-
YUV154.7464.3751.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 231 (90.62% from 255) = 71.96%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=14.95%
G=71.96%
B=13.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal48231420.7900.820.09118.179.7553.53
Hex30E72A4F0529765036
Octal603475211701221116612066
Binary11000011100111101010100111101010010100111101101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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