Html Css Color HEX #2AFB98 Medium Spring Green

📋 copy color: '#2AFB98'

red 42 ◦ green 251 ◦ blue 152

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

Shades of Medium Spring Green #2AFB98

Tints of Medium Spring Green #2AFB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.16%

R = 9.44%
G = 56.4%
B = 34.16%

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

#2AFB98 (or 0x2AFB98) is known color: Medium Spring Green. HEX triplet: 2A, FB and 98. RGB value is (42,251,152). Sum of RGB (Red+Green+Blue) = 42+251+152=445 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.44% from 445); Green value is 251 (98.44% from 255 or 56.40% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFB98 is #D50467. Grayscale: #B1B1B1. Windows color (decimal): -13960296 or 10025770. OLE color: 10025770.

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

Color convert

RGB 42 251 152 -
CMYK 0.83 0 0.39 0.02
HSL 151.58º 0.96% 0.57% -
HSV(B) 151.58º 0.83% 0.98% -
XYZ 41.12 71.75 41.39 -
YUV 177.22 113.76 31.55 -
System Red Green Blue C M Y K H S L
Decimal 42 251 152 0.83 0 0.39 0.02 151.58 0.96 0.57
Hex 2A FB 98 53 0 27 2 98 60 39
Octal 52 373 230 123 0 47 2 230 140 71
Binary 101010 11111011 10011000 1010011 0 100111 10 10011000 1100000 111001

Color Harmonies of #2AFB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFB98

Black with #2AFB98

Text Example


Text Example

White with #2AFB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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