Html Css Color HEX #30D67D Shamrock

📋 copy color: '#30D67D'

red 48 ◦ green 214 ◦ blue 125

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

Shades of Shamrock #30D67D

Tints of Shamrock #30D67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 12.4%
G = 55.3%
B = 32.3%

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

#30D67D (or 0x30D67D) is known color: Shamrock. HEX triplet: 30, D6 and 7D. RGB value is (48,214,125). Sum of RGB (Red+Green+Blue) = 48+214+125=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #30D67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D67D is #CF2982. Grayscale: #9A9A9A. Windows color (decimal): -13576579 or 8246832. OLE color: 8246832.

HSL color Cylindrical-coordinate representation of color #30D67D: hue angle of 147.83º 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 #30D67D is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 125 -
CMYK 0.78 0 0.42 0.16
HSL 147.83º 0.67% 0.51% -
HSV(B) 147.83º 0.78% 0.84% -
XYZ 28.97 50.2 27.57 -
YUV 154.22 111.5 52.24 -
System Red Green Blue C M Y K H S L
Decimal 48 214 125 0.78 0 0.42 0.16 147.83 0.67 0.51
Hex 30 D6 7D 4E 0 2A 10 94 43 33
Octal 60 326 175 116 0 52 20 224 103 63
Binary 110000 11010110 1111101 1001110 0 101010 10000 10010100 1000011 110011

Color Harmonies of #30D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D67D

Black with #30D67D

Text Example


Text Example

White with #30D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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