Html Css Color HEX #30D96A Emerald

📋 copy color: '#30D96A'

red 48 ◦ green 217 ◦ blue 106

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

Shades of Emerald #30D96A

Tints of Emerald #30D96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 12.94%
G = 58.49%
B = 28.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#30D96A (or 0x30D96A) is known color: Emerald. HEX triplet: 30, D9 and 6A. RGB value is (48,217,106). Sum of RGB (Red+Green+Blue) = 48+217+106=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #30D96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D96A is #CF2695. Grayscale: #9A9A9A. Windows color (decimal): -13575830 or 7002416. OLE color: 7002416.

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

Color convert

RGB 48 217 106 -
CMYK 0.78 0 0.51 0.15
HSL 140.59º 0.69% 0.52% -
HSV(B) 140.59º 0.78% 0.85% -
XYZ 28.63 51.29 22.03 -
YUV 153.82 101.01 52.53 -
System Red Green Blue C M Y K H S L
Decimal 48 217 106 0.78 0 0.51 0.15 140.59 0.69 0.52
Hex 30 D9 6A 4E 0 33 F 8D 45 34
Octal 60 331 152 116 0 63 17 215 105 64
Binary 110000 11011001 1101010 1001110 0 110011 1111 10001101 1000101 110100

Color Harmonies of #30D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D96A

Black with #30D96A

Text Example


Text Example

White with #30D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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