Html Css Color HEX #30FCA2 Medium Spring Green

📋 copy color: '#30FCA2'

red 48 ◦ green 252 ◦ blue 162

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

Shades of Medium Spring Green #30FCA2

Tints of Medium Spring Green #30FCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.06%

R = 10.39%
G = 54.55%
B = 35.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#30FCA2 (or 0x30FCA2) is known color: Medium Spring Green. HEX triplet: 30, FC and A2. RGB value is (48,252,162). Sum of RGB (Red+Green+Blue) = 48+252+162=462 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.39% from 462); Green value is 252 (98.83% from 255 or 54.55% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 252 - color contains mainly: green. Hex color #30FCA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FCA2 is #CF035D. Grayscale: #B4B4B4. Windows color (decimal): -13566814 or 10681392. OLE color: 10681392.

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

Color convert

RGB 48 252 162 -
CMYK 0.81 0 0.36 0.01
HSL 153.53º 0.97% 0.59% -
HSV(B) 153.53º 0.81% 0.99% -
XYZ 42.55 72.86 46 -
YUV 180.74 117.41 33.32 -
System Red Green Blue C M Y K H S L
Decimal 48 252 162 0.81 0 0.36 0.01 153.53 0.97 0.59
Hex 30 FC A2 51 0 24 1 9A 61 3B
Octal 60 374 242 121 0 44 1 232 141 73
Binary 110000 11111100 10100010 1010001 0 100100 1 10011010 1100001 111011

Color Harmonies of #30FCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FCA2

Black with #30FCA2

Text Example


Text Example

White with #30FCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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