Html Css Color HEX #30DC7A Emerald

📋 copy color: '#30DC7A'

red 48 ◦ green 220 ◦ blue 122

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

Shades of Emerald #30DC7A

Tints of Emerald #30DC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 12.31%
G = 56.41%
B = 31.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#30DC7A (or 0x30DC7A) is known color: Emerald. HEX triplet: 30, DC and 7A. RGB value is (48,220,122). Sum of RGB (Red+Green+Blue) = 48+220+122=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DC7A is #CF2385. Grayscale: #9D9D9D. Windows color (decimal): -13575046 or 8051760. OLE color: 8051760.

HSL color Cylindrical-coordinate representation of color #30DC7A: hue angle of 145.81º 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 #30DC7A is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 122 -
CMYK 0.78 0 0.45 0.14
HSL 145.81º 0.71% 0.53% -
HSV(B) 145.81º 0.78% 0.86% -
XYZ 30.32 53.22 27.09 -
YUV 157.4 108.02 49.97 -
System Red Green Blue C M Y K H S L
Decimal 48 220 122 0.78 0 0.45 0.14 145.81 0.71 0.53
Hex 30 DC 7A 4E 0 2D E 92 47 35
Octal 60 334 172 116 0 55 16 222 107 65
Binary 110000 11011100 1111010 1001110 0 101101 1110 10010010 1000111 110101

Color Harmonies of #30DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC7A

Black with #30DC7A

Text Example


Text Example

White with #30DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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