Html Css Color HEX #2AFB99 Medium Spring Green

📋 copy color: '#2AFB99'

red 42 ◦ green 251 ◦ blue 153

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

Shades of Medium Spring Green #2AFB99

Tints of Medium Spring Green #2AFB99

RGB

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

 GREEN value IS 251 (98.44% from 255) = 56.28%

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

R = 9.42%
G = 56.28%
B = 34.3%

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

#2AFB99 (or 0x2AFB99) is known color: Medium Spring Green. HEX triplet: 2A, FB and 99. RGB value is (42,251,153). Sum of RGB (Red+Green+Blue) = 42+251+153=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 251 (98.44% from 255 or 56.28% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFB99 is #D50466. Grayscale: #B1B1B1. Windows color (decimal): -13960295 or 10091306. OLE color: 10091306.

HSL color Cylindrical-coordinate representation of color #2AFB99: hue angle of 151.87º degrees, saturation: 0.96, 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 #2AFB99 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 251 153 -
CMYK 0.83 0 0.39 0.02
HSL 151.87º 0.96% 0.57% -
HSV(B) 151.87º 0.83% 0.98% -
XYZ 41.2 71.79 41.82 -
YUV 177.34 114.26 31.47 -
System Red Green Blue C M Y K H S L
Decimal 42 251 153 0.83 0 0.39 0.02 151.87 0.96 0.57
Hex 2A FB 99 53 0 27 2 98 60 39
Octal 52 373 231 123 0 47 2 230 140 71
Binary 101010 11111011 10011001 1010011 0 100111 10 10011000 1100000 111001

Color Harmonies of #2AFB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFB99

Black with #2AFB99

Text Example


Text Example

White with #2AFB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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