Html Css Color HEX #2CF9A5 Medium Spring Green

📋 copy color: '#2CF9A5'

red 44 ◦ green 249 ◦ blue 165

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

Shades of Medium Spring Green #2CF9A5

Tints of Medium Spring Green #2CF9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.03%

R = 9.61%
G = 54.37%
B = 36.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#2CF9A5 (or 0x2CF9A5) is known color: Medium Spring Green. HEX triplet: 2C, F9 and A5. RGB value is (44,249,165). Sum of RGB (Red+Green+Blue) = 44+249+165=458 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.61% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF9A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF9A5 is #D3065A. Grayscale: #B2B2B2. Windows color (decimal): -13829723 or 10877228. OLE color: 10877228.

HSL color Cylindrical-coordinate representation of color #2CF9A5: hue angle of 155.41º 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 #2CF9A5 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 249 165 -
CMYK 0.82 0 0.34 0.02
HSL 155.41º 0.94% 0.57% -
HSV(B) 155.41º 0.82% 0.98% -
XYZ 41.71 71 47.1 -
YUV 178.13 120.58 32.33 -
System Red Green Blue C M Y K H S L
Decimal 44 249 165 0.82 0 0.34 0.02 155.41 0.94 0.57
Hex 2C F9 A5 52 0 22 2 9B 5E 39
Octal 54 371 245 122 0 42 2 233 136 71
Binary 101100 11111001 10100101 1010010 0 100010 10 10011011 1011110 111001

Color Harmonies of #2CF9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF9A5

Black with #2CF9A5

Text Example


Text Example

White with #2CF9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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