Html Css Color HEX #30D17C Shamrock

📋 copy color: '#30D17C'

red 48 ◦ green 209 ◦ blue 124

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

Shades of Shamrock #30D17C

Tints of Shamrock #30D17C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 54.86%

 BLUE value IS 124 (48.83% from 255) = 32.55%

R = 12.6%
G = 54.86%
B = 32.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#30D17C (or 0x30D17C) is known color: Shamrock. HEX triplet: 30, D1 and 7C. RGB value is (48,209,124). Sum of RGB (Red+Green+Blue) = 48+209+124=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 209 (82.03% from 255 or 54.86% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 209 - color contains mainly: green. Hex color #30D17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D17C is #CF2E83. Grayscale: #979797. Windows color (decimal): -13577860 or 8180016. OLE color: 8180016.

HSL color Cylindrical-coordinate representation of color #30D17C: hue angle of 148.32º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D17C is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 209 124 -
CMYK 0.77 0 0.41 0.18
HSL 148.32º 0.64% 0.5% -
HSV(B) 148.32º 0.77% 0.82% -
XYZ 27.66 47.68 26.82 -
YUV 151.17 112.66 54.41 -
System Red Green Blue C M Y K H S L
Decimal 48 209 124 0.77 0 0.41 0.18 148.32 0.64 0.5
Hex 30 D1 7C 4D 0 29 12 94 40 32
Octal 60 321 174 115 0 51 22 224 100 62
Binary 110000 11010001 1111100 1001101 0 101001 10010 10010100 1000000 110010

Color Harmonies of #30D17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D17C

Black with #30D17C

Text Example


Text Example

White with #30D17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,209,124); }

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

background-color css

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

 a { background-color: rgb(48,209,124); }

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

border-color css

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

 span { border-color: rgb(48,209,124); }

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