Html Css Color HEX #30FCA0 Medium Spring Green

📋 copy color: '#30FCA0'

red 48 ◦ green 252 ◦ blue 160

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

Shades of Medium Spring Green #30FCA0

Tints of Medium Spring Green #30FCA0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.78%

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 10.43%
G = 54.78%
B = 34.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#30FCA0 (or 0x30FCA0) is known color: Medium Spring Green. HEX triplet: 30, FC and A0. RGB value is (48,252,160). Sum of RGB (Red+Green+Blue) = 48+252+160=460 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.43% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FCA0 is #CF035F. Grayscale: #B4B4B4. Windows color (decimal): -13566816 or 10550320. OLE color: 10550320.

HSL color Cylindrical-coordinate representation of color #30FCA0: hue angle of 152.94º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FCA0 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 252 160 -
CMYK 0.81 0 0.37 0.01
HSL 152.94º 0.97% 0.59% -
HSV(B) 152.94º 0.81% 0.99% -
XYZ 42.37 72.79 45.07 -
YUV 180.52 116.41 33.48 -
System Red Green Blue C M Y K H S L
Decimal 48 252 160 0.81 0 0.37 0.01 152.94 0.97 0.59
Hex 30 FC A0 51 0 25 1 99 61 3B
Octal 60 374 240 121 0 45 1 231 141 73
Binary 110000 11111100 10100000 1010001 0 100101 1 10011001 1100001 111011

Color Harmonies of #30FCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCA0

Black with #30FCA0

Text Example


Text Example

White with #30FCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,252,160); }

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

background-color css

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

 a { background-color: rgb(48,252,160); }

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

border-color css

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

 span { border-color: rgb(48,252,160); }

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