Html Css Color HEX #30D78D Shamrock

📋 copy color: '#30D78D'

red 48 ◦ green 215 ◦ blue 141

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

Shades of Shamrock #30D78D

Tints of Shamrock #30D78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 11.88%
G = 53.22%
B = 34.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#30D78D (or 0x30D78D) is known color: Shamrock. HEX triplet: 30, D7 and 8D. RGB value is (48,215,141). Sum of RGB (Red+Green+Blue) = 48+215+141=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #30D78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D78D is #CF2872. Grayscale: #9C9C9C. Windows color (decimal): -13576307 or 9295664. OLE color: 9295664.

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

Color convert

RGB 48 215 141 -
CMYK 0.78 0 0.34 0.16
HSL 153.41º 0.68% 0.52% -
HSV(B) 153.41º 0.78% 0.84% -
XYZ 30.33 51.15 33.47 -
YUV 156.63 119.17 50.52 -
System Red Green Blue C M Y K H S L
Decimal 48 215 141 0.78 0 0.34 0.16 153.41 0.68 0.52
Hex 30 D7 8D 4E 0 22 10 99 44 34
Octal 60 327 215 116 0 42 20 231 104 64
Binary 110000 11010111 10001101 1001110 0 100010 10000 10011001 1000100 110100

Color Harmonies of #30D78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D78D

Black with #30D78D

Text Example


Text Example

White with #30D78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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