Html Css Color HEX #2CF990 Medium Spring Green

📋 copy color: '#2CF990'

red 44 ◦ green 249 ◦ blue 144

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

Shades of Medium Spring Green #2CF990

Tints of Medium Spring Green #2CF990

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.98%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 10.07%
G = 56.98%
B = 32.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#2CF990 (or 0x2CF990) is known color: Medium Spring Green. HEX triplet: 2C, F9 and 90. RGB value is (44,249,144). Sum of RGB (Red+Green+Blue) = 44+249+144=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF990 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF990 is #D3066F. Grayscale: #AFAFAF. Windows color (decimal): -13829744 or 9500972. OLE color: 9500972.

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

Color convert

RGB 44 249 144 -
CMYK 0.82 0 0.42 0.02
HSL 149.27º 0.94% 0.57% -
HSV(B) 149.27º 0.82% 0.98% -
XYZ 39.95 70.3 37.85 -
YUV 175.74 110.08 34.04 -
System Red Green Blue C M Y K H S L
Decimal 44 249 144 0.82 0 0.42 0.02 149.27 0.94 0.57
Hex 2C F9 90 52 0 2A 2 95 5E 39
Octal 54 371 220 122 0 52 2 225 136 71
Binary 101100 11111001 10010000 1010010 0 101010 10 10010101 1011110 111001

Color Harmonies of #2CF990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF990

Black with #2CF990

Text Example


Text Example

White with #2CF990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,249,144); }

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

background-color css

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

 a { background-color: rgb(44,249,144); }

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

border-color css

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

 span { border-color: rgb(44,249,144); }

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