Html Css Color HEX #2AFF99 Medium Spring Green

📋 copy color: '#2AFF99'

red 42 ◦ green 255 ◦ blue 153

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

Shades of Medium Spring Green #2AFF99

Tints of Medium Spring Green #2AFF99

RGB

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

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

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

R = 9.33%
G = 56.67%
B = 34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#2AFF99 (or 0x2AFF99) is known color: Medium Spring Green. HEX triplet: 2A, FF and 99. RGB value is (42,255,153). Sum of RGB (Red+Green+Blue) = 42+255+153=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFF99 is #D50066. Grayscale: #B3B3B3. Windows color (decimal): -13959271 or 10092330. OLE color: 10092330.

HSL color Cylindrical-coordinate representation of color #2AFF99: hue angle of 151.27º 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 #2AFF99 is Cyan = 0.84, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB 42 255 153 -
CMYK 0.84 0 0.4 0
HSL 151.27º 1% 0.58% -
HSV(B) 151.27º 0.84% 1% -
XYZ 42.46 74.31 42.24 -
YUV 179.69 112.93 29.79 -
System Red Green Blue C M Y K H S L
Decimal 42 255 153 0.84 0 0.4 0 151.27 1 0.58
Hex 2A FF 99 54 0 28 0 97 64 3A
Octal 52 377 231 124 0 50 0 227 144 72
Binary 101010 11111111 10011001 1010100 0 101000 0 10010111 1100100 111010

Color Harmonies of #2AFF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFF99

Black with #2AFF99

Text Example


Text Example

White with #2AFF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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