Html Css Color HEX #2CFF95 Medium Spring Green

📋 copy color: '#2CFF95'

red 44 ◦ green 255 ◦ blue 149

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

Shades of Medium Spring Green #2CFF95

Tints of Medium Spring Green #2CFF95

RGB

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

 GREEN value IS 255 (100% from 255) = 56.92%

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

R = 9.82%
G = 56.92%
B = 33.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#2CFF95 (or 0x2CFF95) is known color: Medium Spring Green. HEX triplet: 2C, FF and 95. RGB value is (44,255,149). Sum of RGB (Red+Green+Blue) = 44+255+149=448 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.82% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFF95 is #D3006A. Grayscale: #B4B4B4. Windows color (decimal): -13828203 or 9830188. OLE color: 9830188.

HSL color Cylindrical-coordinate representation of color #2CFF95: hue angle of 149.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF95 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 44 255 149 -
CMYK 0.83 0 0.42 0
HSL 149.86º 1% 0.59% -
HSV(B) 149.86º 0.83% 1% -
XYZ 42.22 74.23 40.54 -
YUV 179.83 110.6 31.12 -
System Red Green Blue C M Y K H S L
Decimal 44 255 149 0.83 0 0.42 0 149.86 1 0.59
Hex 2C FF 95 53 0 2A 0 96 64 3B
Octal 54 377 225 123 0 52 0 226 144 73
Binary 101100 11111111 10010101 1010011 0 101010 0 10010110 1100100 111011

Color Harmonies of #2CFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CFF95

Black with #2CFF95

Text Example


Text Example

White with #2CFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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