Html Css Color HEX #2AFF95 Medium Spring Green

📋 copy color: '#2AFF95'

red 42 ◦ green 255 ◦ blue 149

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

Shades of Medium Spring Green #2AFF95

Tints of Medium Spring Green #2AFF95

RGB

 RED value IS 42 (16.8% from 255) = 9.42%

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

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

R = 9.42%
G = 57.17%
B = 33.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#2AFF95 (or 0x2AFF95) is known color: Medium Spring Green. HEX triplet: 2A, FF and 95. RGB value is (42,255,149). Sum of RGB (Red+Green+Blue) = 42+255+149=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFF95 is #D5006A. Grayscale: #B3B3B3. Windows color (decimal): -13959275 or 9830186. OLE color: 9830186.

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

Color convert

RGB 42 255 149 -
CMYK 0.84 0 0.42 0
HSL 150.14º 1% 0.58% -
HSV(B) 150.14º 0.84% 1% -
XYZ 42.14 74.18 40.53 -
YUV 179.23 110.93 30.12 -
System Red Green Blue C M Y K H S L
Decimal 42 255 149 0.84 0 0.42 0 150.14 1 0.58
Hex 2A FF 95 54 0 2A 0 96 64 3A
Octal 52 377 225 124 0 52 0 226 144 72
Binary 101010 11111111 10010101 1010100 0 101010 0 10010110 1100100 111010

Color Harmonies of #2AFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFF95

Black with #2AFF95

Text Example


Text Example

White with #2AFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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