Html Css Color HEX #30BD74 Medium Sea Green

📋 copy color: '#30BD74'

red 48 ◦ green 189 ◦ blue 116

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

Shades of Medium Sea Green #30BD74

Tints of Medium Sea Green #30BD74

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.54%

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 13.6%
G = 53.54%
B = 32.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#30BD74 (or 0x30BD74) is known color: Medium Sea Green. HEX triplet: 30, BD and 74. RGB value is (48,189,116). Sum of RGB (Red+Green+Blue) = 48+189+116=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BD74 is #CF428B. Grayscale: #8A8A8A. Windows color (decimal): -13582988 or 7650608. OLE color: 7650608.

HSL color Cylindrical-coordinate representation of color #30BD74: hue angle of 148.94º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD74 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 189 116 -
CMYK 0.75 0 0.39 0.26
HSL 148.94º 0.59% 0.46% -
HSV(B) 148.94º 0.75% 0.74% -
XYZ 22.57 38.28 22.72 -
YUV 138.52 115.29 63.44 -
System Red Green Blue C M Y K H S L
Decimal 48 189 116 0.75 0 0.39 0.26 148.94 0.59 0.46
Hex 30 BD 74 4B 0 27 1A 95 3B 2E
Octal 60 275 164 113 0 47 32 225 73 56
Binary 110000 10111101 1110100 1001011 0 100111 11010 10010101 111011 101110

Color Harmonies of #30BD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BD74

Black with #30BD74

Text Example


Text Example

White with #30BD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,189,116); }

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

background-color css

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

 a { background-color: rgb(48,189,116); }

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

border-color css

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

 span { border-color: rgb(48,189,116); }

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