Html Css Color HEX #2AF999 Medium Spring Green

📋 copy color: '#2AF999'

red 42 ◦ green 249 ◦ blue 153

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

Shades of Medium Spring Green #2AF999

Tints of Medium Spring Green #2AF999

RGB

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

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

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

R = 9.46%
G = 56.08%
B = 34.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#2AF999 (or 0x2AF999) is known color: Medium Spring Green. HEX triplet: 2A, F9 and 99. RGB value is (42,249,153). Sum of RGB (Red+Green+Blue) = 42+249+153=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF999 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF999 is #D50666. Grayscale: #B0B0B0. Windows color (decimal): -13960807 or 10090794. OLE color: 10090794.

HSL color Cylindrical-coordinate representation of color #2AF999: hue angle of 152.17º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF999 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 249 153 -
CMYK 0.83 0 0.39 0.02
HSL 152.17º 0.95% 0.57% -
HSV(B) 152.17º 0.83% 0.98% -
XYZ 40.58 70.54 41.61 -
YUV 176.16 114.92 32.31 -
System Red Green Blue C M Y K H S L
Decimal 42 249 153 0.83 0 0.39 0.02 152.17 0.95 0.57
Hex 2A F9 99 53 0 27 2 98 5F 39
Octal 52 371 231 123 0 47 2 230 137 71
Binary 101010 11111001 10011001 1010011 0 100111 10 10011000 1011111 111001

Color Harmonies of #2AF999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF999

Black with #2AF999

Text Example


Text Example

White with #2AF999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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