Html Css Color HEX #30DC73 Emerald

📋 copy color: '#30DC73'

red 48 ◦ green 220 ◦ blue 115

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

Shades of Emerald #30DC73

Tints of Emerald #30DC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.44%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 12.53%
G = 57.44%
B = 30.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#30DC73 (or 0x30DC73) is known color: Emerald. HEX triplet: 30, DC and 73. RGB value is (48,220,115). Sum of RGB (Red+Green+Blue) = 48+220+115=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DC73 is #CF238C. Grayscale: #9C9C9C. Windows color (decimal): -13575053 or 7593008. OLE color: 7593008.

HSL color Cylindrical-coordinate representation of color #30DC73: hue angle of 143.37º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DC73 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 115 -
CMYK 0.78 0 0.48 0.14
HSL 143.37º 0.71% 0.53% -
HSV(B) 143.37º 0.78% 0.86% -
XYZ 29.91 53.05 24.88 -
YUV 156.6 104.52 50.54 -
System Red Green Blue C M Y K H S L
Decimal 48 220 115 0.78 0 0.48 0.14 143.37 0.71 0.53
Hex 30 DC 73 4E 0 30 E 8F 47 35
Octal 60 334 163 116 0 60 16 217 107 65
Binary 110000 11011100 1110011 1001110 0 110000 1110 10001111 1000111 110101

Color Harmonies of #30DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC73

Black with #30DC73

Text Example


Text Example

White with #30DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,220,115); }

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

background-color css

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

 a { background-color: rgb(48,220,115); }

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

border-color css

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

 span { border-color: rgb(48,220,115); }

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