Html Css Color HEX #2AFC99 Medium Spring Green

📋 copy color: '#2AFC99'

red 42 ◦ green 252 ◦ blue 153

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

Shades of Medium Spring Green #2AFC99

Tints of Medium Spring Green #2AFC99

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.38%

 BLUE value IS 153 (60.16% from 255) = 34.23%

R = 9.4%
G = 56.38%
B = 34.23%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#2AFC99 (or 0x2AFC99) is known color: Medium Spring Green. HEX triplet: 2A, FC and 99. RGB value is (42,252,153). Sum of RGB (Red+Green+Blue) = 42+252+153=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 252 (98.83% from 255 or 56.38% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFC99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFC99 is #D50366. Grayscale: #B2B2B2. Windows color (decimal): -13960039 or 10091562. OLE color: 10091562.

HSL color Cylindrical-coordinate representation of color #2AFC99: hue angle of 151.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFC99 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 252 153 -
CMYK 0.83 0 0.39 0.01
HSL 151.71º 0.97% 0.58% -
HSV(B) 151.71º 0.83% 0.99% -
XYZ 41.52 72.41 41.93 -
YUV 177.92 113.93 31.05 -
System Red Green Blue C M Y K H S L
Decimal 42 252 153 0.83 0 0.39 0.01 151.71 0.97 0.58
Hex 2A FC 99 53 0 27 1 98 61 3A
Octal 52 374 231 123 0 47 1 230 141 72
Binary 101010 11111100 10011001 1010011 0 100111 1 10011000 1100001 111010

Color Harmonies of #2AFC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFC99

Black with #2AFC99

Text Example


Text Example

White with #2AFC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,252,153); }

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

background-color css

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

 a { background-color: rgb(42,252,153); }

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

border-color css

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

 span { border-color: rgb(42,252,153); }

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