Html Css Color HEX #2CF795 Medium Spring Green

📋 copy color: '#2CF795'

red 44 ◦ green 247 ◦ blue 149

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

Shades of Medium Spring Green #2CF795

Tints of Medium Spring Green #2CF795

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.14%

 BLUE value IS 149 (58.59% from 255) = 33.86%

R = 10%
G = 56.14%
B = 33.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#2CF795 (or 0x2CF795) is known color: Medium Spring Green. HEX triplet: 2C, F7 and 95. RGB value is (44,247,149). Sum of RGB (Red+Green+Blue) = 44+247+149=440 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10% from 440); Green value is 247 (96.88% from 255 or 56.14% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF795 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF795 is #D3086A. Grayscale: #AFAFAF. Windows color (decimal): -13830251 or 9828140. OLE color: 9828140.

HSL color Cylindrical-coordinate representation of color #2CF795: hue angle of 151.03º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF795 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 44 247 149 -
CMYK 0.82 0 0.40 0.03
HSL 151.03º 0.93% 0.57% -
HSV(B) 151.03º 0.82% 0.97% -
XYZ 39.72 69.23 39.7 -
YUV 175.13 113.25 34.47 -
System Red Green Blue C M Y K H S L
Decimal 44 247 149 0.82 0 0.40 0.03 151.03 0.93 0.57
Hex 2C F7 95 52 0 28 3 97 5D 39
Octal 54 367 225 122 0 50 3 227 135 71
Binary 101100 11110111 10010101 1010010 0 101000 11 10010111 1011101 111001

Color Harmonies of #2CF795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CF795

Black with #2CF795

Text Example


Text Example

White with #2CF795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,247,149); }

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

background-color css

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

 a { background-color: rgb(44,247,149); }

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

border-color css

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

 span { border-color: rgb(44,247,149); }

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