Html Css Color HEX #30FB94 Medium Spring Green

📋 copy color: '#30FB94'

red 48 ◦ green 251 ◦ blue 148

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

Shades of Medium Spring Green #30FB94

Tints of Medium Spring Green #30FB94

RGB

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

 GREEN value IS 251 (98.44% from 255) = 56.15%

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 10.74%
G = 56.15%
B = 33.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#30FB94 (or 0x30FB94) is known color: Medium Spring Green. HEX triplet: 30, FB and 94. RGB value is (48,251,148). Sum of RGB (Red+Green+Blue) = 48+251+148=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FB94 is #CF046B. Grayscale: #B2B2B2. Windows color (decimal): -13567084 or 9763632. OLE color: 9763632.

HSL color Cylindrical-coordinate representation of color #30FB94: hue angle of 149.56º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB94 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 251 148 -
CMYK 0.81 0 0.41 0.02
HSL 149.56º 0.96% 0.59% -
HSV(B) 149.56º 0.81% 0.98% -
XYZ 41.06 71.76 39.7 -
YUV 178.56 110.75 34.88 -
System Red Green Blue C M Y K H S L
Decimal 48 251 148 0.81 0 0.41 0.02 149.56 0.96 0.59
Hex 30 FB 94 51 0 29 2 96 60 3B
Octal 60 373 224 121 0 51 2 226 140 73
Binary 110000 11111011 10010100 1010001 0 101001 10 10010110 1100000 111011

Color Harmonies of #30FB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FB94

Black with #30FB94

Text Example


Text Example

White with #30FB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,251,148); }

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

background-color css

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

 a { background-color: rgb(48,251,148); }

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

border-color css

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

 span { border-color: rgb(48,251,148); }

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