Html Css Color HEX #30E972 Emerald

📋 copy color: '#30E972'

red 48 ◦ green 233 ◦ blue 114

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

Shades of Emerald #30E972

Tints of Emerald #30E972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 58.99%

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 12.15%
G = 58.99%
B = 28.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#30E972 (or 0x30E972) is known color: Emerald. HEX triplet: 30, E9 and 72. RGB value is (48,233,114). Sum of RGB (Red+Green+Blue) = 48+233+114=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 233 (91.41% from 255 or 58.99% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 233 - color contains mainly: green. Hex color #30E972 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E972 is #CF168D. Grayscale: #A4A4A4. Windows color (decimal): -13571726 or 7530800. OLE color: 7530800.

HSL color Cylindrical-coordinate representation of color #30E972: hue angle of 141.41º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E972 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 48 233 114 -
CMYK 0.79 0 0.51 0.09
HSL 141.41º 0.81% 0.55% -
HSV(B) 141.41º 0.79% 0.91% -
XYZ 33.4 60.12 25.76 -
YUV 164.12 99.71 45.18 -
System Red Green Blue C M Y K H S L
Decimal 48 233 114 0.79 0 0.51 0.09 141.41 0.81 0.55
Hex 30 E9 72 4F 0 33 9 8D 51 37
Octal 60 351 162 117 0 63 11 215 121 67
Binary 110000 11101001 1110010 1001111 0 110011 1001 10001101 1010001 110111

Color Harmonies of #30E972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E972

Black with #30E972

Text Example


Text Example

White with #30E972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,233,114); }

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

background-color css

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

 a { background-color: rgb(48,233,114); }

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

border-color css

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

 span { border-color: rgb(48,233,114); }

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