#30E17A

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

Shades of Emerald #30E17A

Tints of Emerald #30E17A

Color information

#30E17A (or 0x30E17A) is unknown color: approx Emerald. HEX triplet: 30, E1 and 7A. RGB value is (48,225,122). Sum of RGB (Red+Green+Blue) = 48+225+122=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 225 (88.28% from 255 or 56.96% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 225 - color contains mainly: green. Hex color #30E17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E17A is #CF1E85. Grayscale: #A0A0A0. Windows color (decimal): -13573766 or 8053040. OLE color: 8053040.

HSL color Cylindrical-coordinate representation of color #30E17A: hue angle of 145.08º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E17A is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB48225122-
CMYK0.7900.460.12
HSL145.08º74.68%53.53%-
HSV(B)145.08º78.67%88.24%-
XYZ31.6655.8827.53-
YUV160.33106.3647.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.15%
GREEN value IS 225 (88.28% from 255) = 56.96%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=12.15%
G=56.96%
B=30.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal482251220.7900.460.12145.0874.6853.53
Hex30E17A4F02EC914b36
Octal603411721170561422111366
Binary110000111000011111010100111101011101100100100011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,225,122); }

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

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

 a { background-color: rgb(48,225,122); }

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

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

 span { border-color: rgb(48,225,122); }

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