Html Css Color HEX #30BF74 Medium Sea Green

📋 copy color: '#30BF74'

red 48 ◦ green 191 ◦ blue 116

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

Shades of Medium Sea Green #30BF74

Tints of Medium Sea Green #30BF74

RGB

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

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

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

R = 13.52%
G = 53.8%
B = 32.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#30BF74 (or 0x30BF74) is known color: Medium Sea Green. HEX triplet: 30, BF and 74. RGB value is (48,191,116). Sum of RGB (Red+Green+Blue) = 48+191+116=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF74 is #CF408B. Grayscale: #8B8B8B. Windows color (decimal): -13582476 or 7651120. OLE color: 7651120.

HSL color Cylindrical-coordinate representation of color #30BF74: hue angle of 148.53º 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 #30BF74 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 191 116 -
CMYK 0.75 0 0.39 0.25
HSL 148.53º 0.6% 0.47% -
HSV(B) 148.53º 0.75% 0.75% -
XYZ 23 39.15 22.87 -
YUV 139.69 114.62 62.6 -
System Red Green Blue C M Y K H S L
Decimal 48 191 116 0.75 0 0.39 0.25 148.53 0.6 0.47
Hex 30 BF 74 4B 0 27 19 95 3C 2F
Octal 60 277 164 113 0 47 31 225 74 57
Binary 110000 10111111 1110100 1001011 0 100111 11001 10010101 111100 101111

Color Harmonies of #30BF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BF74

Black with #30BF74

Text Example


Text Example

White with #30BF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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