Html Css Color HEX #2CFAB0 Medium Spring Green

📋 copy color: '#2CFAB0'

red 44 ◦ green 250 ◦ blue 176

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

Shades of Medium Spring Green #2CFAB0

Tints of Medium Spring Green #2CFAB0

RGB

 RED value IS 44 (17.58% from 255) = 9.36%

 GREEN value IS 250 (98.05% from 255) = 53.19%

 BLUE value IS 176 (69.14% from 255) = 37.45%

R = 9.36%
G = 53.19%
B = 37.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#2CFAB0 (or 0x2CFAB0) is known color: Medium Spring Green. HEX triplet: 2C, FA and B0. RGB value is (44,250,176). Sum of RGB (Red+Green+Blue) = 44+250+176=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFAB0 is #D3054F. Grayscale: #B4B4B4. Windows color (decimal): -13829456 or 11598380. OLE color: 11598380.

HSL color Cylindrical-coordinate representation of color #2CFAB0: hue angle of 158.45º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFAB0 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 250 176 -
CMYK 0.82 0 0.30 0.02
HSL 158.45º 0.95% 0.58% -
HSV(B) 158.45º 0.82% 0.98% -
XYZ 43.06 72.04 52.71 -
YUV 179.97 125.75 31.02 -
System Red Green Blue C M Y K H S L
Decimal 44 250 176 0.82 0 0.30 0.02 158.45 0.95 0.58
Hex 2C FA B0 52 0 1E 2 9E 5F 3A
Octal 54 372 260 122 0 36 2 236 137 72
Binary 101100 11111010 10110000 1010010 0 11110 10 10011110 1011111 111010

Color Harmonies of #2CFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFAB0

Black with #2CFAB0

Text Example


Text Example

White with #2CFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CFAB0; }

 p { color: rgb(44,250,176); }

 H1.HeaderClassName
 {
   color: #2CFAB0;
 }
 .AnyTagClassName
 {
   color: #2CFAB0;
 }
</style>

background-color css

<style>
 a { background-color: #2CFAB0; }

 a { background-color: rgb(44,250,176); }

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

border-color css

<style>
 span { border-color: #2CFAB0; }

 span { border-color: rgb(44,250,176); }

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