Html Css Color HEX #30D970 Emerald

📋 copy color: '#30D970'

red 48 ◦ green 217 ◦ blue 112

#30D970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #30D970

Tints of Emerald #30D970

RGB

 RED value IS 48 (19.14% from 255) = 12.73%

 GREEN value IS 217 (85.16% from 255) = 57.56%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 12.73%
G = 57.56%
B = 29.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#30D970 (or 0x30D970) is known color: Emerald. HEX triplet: 30, D9 and 70. RGB value is (48,217,112). Sum of RGB (Red+Green+Blue) = 48+217+112=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 217 (85.16% from 255 or 57.56% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 217 - color contains mainly: green. Hex color #30D970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D970 is #CF268F. Grayscale: #9A9A9A. Windows color (decimal): -13575824 or 7395632. OLE color: 7395632.

HSL color Cylindrical-coordinate representation of color #30D970: hue angle of 142.72º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D970 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 112 -
CMYK 0.78 0 0.48 0.15
HSL 142.72º 0.69% 0.52% -
HSV(B) 142.72º 0.78% 0.85% -
XYZ 28.96 51.42 23.73 -
YUV 154.5 104.01 52.04 -
System Red Green Blue C M Y K H S L
Decimal 48 217 112 0.78 0 0.48 0.15 142.72 0.69 0.52
Hex 30 D9 70 4E 0 30 F 8F 45 34
Octal 60 331 160 116 0 60 17 217 105 64
Binary 110000 11011001 1110000 1001110 0 110000 1111 10001111 1000101 110100

Color Harmonies of #30D970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D970

Black with #30D970

Text Example


Text Example

White with #30D970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,217,112); }

 H1.HeaderClassName
 {
   color: #30D970;
 }
 .AnyTagClassName
 {
   color: #30D970;
 }
</style>

background-color css

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

 a { background-color: rgb(48,217,112); }

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

border-color css

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

 span { border-color: rgb(48,217,112); }

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