Html Css Color HEX #30D67C Shamrock

📋 copy color: '#30D67C'

red 48 ◦ green 214 ◦ blue 124

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

Shades of Shamrock #30D67C

Tints of Shamrock #30D67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.44%

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

R = 12.44%
G = 55.44%
B = 32.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#30D67C (or 0x30D67C) is known color: Shamrock. HEX triplet: 30, D6 and 7C. RGB value is (48,214,124). Sum of RGB (Red+Green+Blue) = 48+214+124=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #30D67C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D67C is #CF2983. Grayscale: #9A9A9A. Windows color (decimal): -13576580 or 8181296. OLE color: 8181296.

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

Color convert

RGB 48 214 124 -
CMYK 0.78 0 0.42 0.16
HSL 147.47º 0.67% 0.51% -
HSV(B) 147.47º 0.78% 0.84% -
XYZ 28.9 50.18 27.23 -
YUV 154.11 111 52.32 -
System Red Green Blue C M Y K H S L
Decimal 48 214 124 0.78 0 0.42 0.16 147.47 0.67 0.51
Hex 30 D6 7C 4E 0 2A 10 93 43 33
Octal 60 326 174 116 0 52 20 223 103 63
Binary 110000 11010110 1111100 1001110 0 101010 10000 10010011 1000011 110011

Color Harmonies of #30D67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D67C

Black with #30D67C

Text Example


Text Example

White with #30D67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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