Html Css Color HEX #30BF73 Medium Sea Green

📋 copy color: '#30BF73'

red 48 ◦ green 191 ◦ blue 115

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

Shades of Medium Sea Green #30BF73

Tints of Medium Sea Green #30BF73

RGB

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

 GREEN value IS 191 (75% from 255) = 53.95%

 BLUE value IS 115 (45.31% from 255) = 32.49%

R = 13.56%
G = 53.95%
B = 32.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#30BF73 (or 0x30BF73) is known color: Medium Sea Green. HEX triplet: 30, BF and 73. RGB value is (48,191,115). Sum of RGB (Red+Green+Blue) = 48+191+115=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF73 is #CF408C. Grayscale: #8B8B8B. Windows color (decimal): -13582477 or 7585584. OLE color: 7585584.

HSL color Cylindrical-coordinate representation of color #30BF73: hue angle of 148.11º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF73 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 115 -
CMYK 0.75 0 0.40 0.25
HSL 148.11º 0.6% 0.47% -
HSV(B) 148.11º 0.75% 0.75% -
XYZ 22.94 39.13 22.56 -
YUV 139.58 114.12 62.68 -
System Red Green Blue C M Y K H S L
Decimal 48 191 115 0.75 0 0.40 0.25 148.11 0.6 0.47
Hex 30 BF 73 4B 0 28 19 94 3C 2F
Octal 60 277 163 113 0 50 31 224 74 57
Binary 110000 10111111 1110011 1001011 0 101000 11001 10010100 111100 101111

Color Harmonies of #30BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF73

Black with #30BF73

Text Example


Text Example

White with #30BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,191,115); }

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

background-color css

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

 a { background-color: rgb(48,191,115); }

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

border-color css

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

 span { border-color: rgb(48,191,115); }

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