#30EA25

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

Shades of Lime Green #30EA25

Tints of Lime Green #30EA25

Color information

#30EA25 (or 0x30EA25) is unknown color: approx Lime Green. HEX triplet: 30, EA and 25. RGB value is (48,234,37). Sum of RGB (Red+Green+Blue) = 48+234+37=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 234 (91.80% from 255 or 73.35% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EA25 is #CF15DA. Grayscale: #9C9C9C. Windows color (decimal): -13571547 or 2484784. OLE color: 2484784.

HSL color Cylindrical-coordinate representation of color #30EA25: hue angle of 116.65º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30EA25 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB4823437-
CMYK0.7900.840.08
HSL116.65º82.43%53.14%-
HSV(B)116.65º84.19%91.76%-
XYZ30.9859.6111.62-
YUV155.9360.8851.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 234 (91.80% from 255) = 73.35%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=15.05%
G=73.35%
B=11.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal48234370.7900.840.08116.6582.4353.14
Hex30EA254F0548755235
Octal603524511701241016512265
Binary11000011101010100101100111101010100100011101011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,234,37); }

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

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

 a { background-color: rgb(48,234,37); }

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

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

 span { border-color: rgb(48,234,37); }

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