Html Css Color HEX #30EC96 Shamrock

📋 copy color: '#30EC96'

red 48 ◦ green 236 ◦ blue 150

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

Shades of Shamrock #30EC96

Tints of Shamrock #30EC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.56%

R = 11.06%
G = 54.38%
B = 34.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#30EC96 (or 0x30EC96) is known color: Shamrock. HEX triplet: 30, EC and 96. RGB value is (48,236,150). Sum of RGB (Red+Green+Blue) = 48+236+150=434 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.06% from 434); Green value is 236 (92.58% from 255 or 54.38% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EC96 is #CF1369. Grayscale: #AAAAAA. Windows color (decimal): -13570922 or 9890864. OLE color: 9890864.

HSL color Cylindrical-coordinate representation of color #30EC96: hue angle of 152.55º 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 #30EC96 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 236 150 -
CMYK 0.80 0 0.36 0.07
HSL 152.55º 0.83% 0.56% -
HSV(B) 152.55º 0.8% 0.93% -
XYZ 36.72 62.82 39.04 -
YUV 169.98 116.72 40.99 -
System Red Green Blue C M Y K H S L
Decimal 48 236 150 0.80 0 0.36 0.07 152.55 0.83 0.56
Hex 30 EC 96 50 0 24 7 99 53 38
Octal 60 354 226 120 0 44 7 231 123 70
Binary 110000 11101100 10010110 1010000 0 100100 111 10011001 1010011 111000

Color Harmonies of #30EC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EC96

Black with #30EC96

Text Example


Text Example

White with #30EC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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