Html Css Color HEX #30D78C Shamrock

📋 copy color: '#30D78C'

red 48 ◦ green 215 ◦ blue 140

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

Shades of Shamrock #30D78C

Tints of Shamrock #30D78C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.35%

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 11.91%
G = 53.35%
B = 34.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#30D78C (or 0x30D78C) is known color: Shamrock. HEX triplet: 30, D7 and 8C. RGB value is (48,215,140). Sum of RGB (Red+Green+Blue) = 48+215+140=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #30D78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D78C is #CF2873. Grayscale: #9C9C9C. Windows color (decimal): -13576308 or 9230128. OLE color: 9230128.

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

Color convert

RGB 48 215 140 -
CMYK 0.78 0 0.35 0.16
HSL 153.05º 0.68% 0.52% -
HSV(B) 153.05º 0.78% 0.84% -
XYZ 30.25 51.12 33.08 -
YUV 156.52 118.67 50.6 -
System Red Green Blue C M Y K H S L
Decimal 48 215 140 0.78 0 0.35 0.16 153.05 0.68 0.52
Hex 30 D7 8C 4E 0 23 10 99 44 34
Octal 60 327 214 116 0 43 20 231 104 64
Binary 110000 11010111 10001100 1001110 0 100011 10000 10011001 1000100 110100

Color Harmonies of #30D78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D78C

Black with #30D78C

Text Example


Text Example

White with #30D78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,215,140); }

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

background-color css

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

 a { background-color: rgb(48,215,140); }

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

border-color css

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

 span { border-color: rgb(48,215,140); }

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