#30EA71

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

Shades of Emerald #30EA71

Tints of Emerald #30EA71

Color information

#30EA71 (or 0x30EA71) is unknown color: approx Emerald. HEX triplet: 30, EA and 71. RGB value is (48,234,113). Sum of RGB (Red+Green+Blue) = 48+234+113=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 234 (91.80% from 255 or 59.24% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EA71 is #CF158E. Grayscale: #A4A4A4. Windows color (decimal): -13571471 or 7465520. OLE color: 7465520.

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

Color convert

RGB48234113-
CMYK0.7900.520.08
HSL140.97º81.58%55.29%-
HSV(B)140.97º79.49%91.76%-
XYZ33.6260.6725.56-
YUV164.5998.8844.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.15%
GREEN value IS 234 (91.80% from 255) = 59.24%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=12.15%
G=59.24%
B=28.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal482341130.7900.520.08140.9781.5855.29
Hex30EA714F03488d5237
Octal603521611170641021512267
Binary110000111010101110001100111101101001000100011011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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