Html Css Color HEX #30D584 Shamrock

📋 copy color: '#30D584'

red 48 ◦ green 213 ◦ blue 132

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

Shades of Shamrock #30D584

Tints of Shamrock #30D584

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.2%

 BLUE value IS 132 (51.95% from 255) = 33.59%

R = 12.21%
G = 54.2%
B = 33.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#30D584 (or 0x30D584) is known color: Shamrock. HEX triplet: 30, D5 and 84. RGB value is (48,213,132). Sum of RGB (Red+Green+Blue) = 48+213+132=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #30D584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D584 is #CF2A7B. Grayscale: #9A9A9A. Windows color (decimal): -13576828 or 8705328. OLE color: 8705328.

HSL color Cylindrical-coordinate representation of color #30D584: hue angle of 150.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D584 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 213 132 -
CMYK 0.77 0 0.38 0.16
HSL 150.55º 0.66% 0.51% -
HSV(B) 150.55º 0.77% 0.84% -
XYZ 29.18 49.88 29.92 -
YUV 154.43 115.34 52.09 -
System Red Green Blue C M Y K H S L
Decimal 48 213 132 0.77 0 0.38 0.16 150.55 0.66 0.51
Hex 30 D5 84 4D 0 26 10 97 42 33
Octal 60 325 204 115 0 46 20 227 102 63
Binary 110000 11010101 10000100 1001101 0 100110 10000 10010111 1000010 110011

Color Harmonies of #30D584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D584

Black with #30D584

Text Example


Text Example

White with #30D584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,213,132); }

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

background-color css

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

 a { background-color: rgb(48,213,132); }

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

border-color css

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

 span { border-color: rgb(48,213,132); }

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