Html Css Color HEX #30EC75 Emerald

📋 copy color: '#30EC75'

red 48 ◦ green 236 ◦ blue 117

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

Shades of Emerald #30EC75

Tints of Emerald #30EC75

RGB

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

 GREEN value IS 236 (92.58% from 255) = 58.85%

 BLUE value IS 117 (46.09% from 255) = 29.18%

R = 11.97%
G = 58.85%
B = 29.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#30EC75 (or 0x30EC75) is known color: Emerald. HEX triplet: 30, EC and 75. RGB value is (48,236,117). Sum of RGB (Red+Green+Blue) = 48+236+117=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EC75 is #CF138A. Grayscale: #A6A6A6. Windows color (decimal): -13570955 or 7728176. OLE color: 7728176.

HSL color Cylindrical-coordinate representation of color #30EC75: hue angle of 142.02º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EC75 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 117 -
CMYK 0.80 0 0.50 0.07
HSL 142.02º 0.83% 0.56% -
HSV(B) 142.02º 0.8% 0.93% -
XYZ 34.43 61.9 26.96 -
YUV 166.22 100.22 43.68 -
System Red Green Blue C M Y K H S L
Decimal 48 236 117 0.80 0 0.50 0.07 142.02 0.83 0.56
Hex 30 EC 75 50 0 32 7 8E 53 38
Octal 60 354 165 120 0 62 7 216 123 70
Binary 110000 11101100 1110101 1010000 0 110010 111 10001110 1010011 111000

Color Harmonies of #30EC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EC75

Black with #30EC75

Text Example


Text Example

White with #30EC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,236,117); }

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

background-color css

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

 a { background-color: rgb(48,236,117); }

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

border-color css

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

 span { border-color: rgb(48,236,117); }

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