Html Css Color HEX #30FB96 Medium Spring Green

📋 copy color: '#30FB96'

red 48 ◦ green 251 ◦ blue 150

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

Shades of Medium Spring Green #30FB96

Tints of Medium Spring Green #30FB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.41%

R = 10.69%
G = 55.9%
B = 33.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#30FB96 (or 0x30FB96) is known color: Medium Spring Green. HEX triplet: 30, FB and 96. RGB value is (48,251,150). Sum of RGB (Red+Green+Blue) = 48+251+150=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FB96 is #CF0469. Grayscale: #B2B2B2. Windows color (decimal): -13567082 or 9894704. OLE color: 9894704.

HSL color Cylindrical-coordinate representation of color #30FB96: hue angle of 150.15º 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 #30FB96 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 251 150 -
CMYK 0.81 0 0.40 0.02
HSL 150.15º 0.96% 0.59% -
HSV(B) 150.15º 0.81% 0.98% -
XYZ 41.22 71.82 40.55 -
YUV 178.79 111.75 34.71 -
System Red Green Blue C M Y K H S L
Decimal 48 251 150 0.81 0 0.40 0.02 150.15 0.96 0.59
Hex 30 FB 96 51 0 28 2 96 60 3B
Octal 60 373 226 121 0 50 2 226 140 73
Binary 110000 11111011 10010110 1010001 0 101000 10 10010110 1100000 111011

Color Harmonies of #30FB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FB96

Black with #30FB96

Text Example


Text Example

White with #30FB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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