Html Css Color HEX #2AFF92 Medium Spring Green

📋 copy color: '#2AFF92'

red 42 ◦ green 255 ◦ blue 146

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

Shades of Medium Spring Green #2AFF92

Tints of Medium Spring Green #2AFF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.96%

R = 9.48%
G = 57.56%
B = 32.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#2AFF92 (or 0x2AFF92) is known color: Medium Spring Green. HEX triplet: 2A, FF and 92. RGB value is (42,255,146). Sum of RGB (Red+Green+Blue) = 42+255+146=443 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.48% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFF92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFF92 is #D5006D. Grayscale: #B3B3B3. Windows color (decimal): -13959278 or 9633578. OLE color: 9633578.

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

Color convert

RGB 42 255 146 -
CMYK 0.84 0 0.43 0
HSL 149.3º 1% 0.58% -
HSV(B) 149.3º 0.84% 1% -
XYZ 41.9 74.09 39.29 -
YUV 178.89 109.43 30.36 -
System Red Green Blue C M Y K H S L
Decimal 42 255 146 0.84 0 0.43 0 149.3 1 0.58
Hex 2A FF 92 54 0 2B 0 95 64 3A
Octal 52 377 222 124 0 53 0 225 144 72
Binary 101010 11111111 10010010 1010100 0 101011 0 10010101 1100100 111010

Color Harmonies of #2AFF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFF92

Black with #2AFF92

Text Example


Text Example

White with #2AFF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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