Html Css Color HEX #2AF576 Spring Green

📋 copy color: '#2AF576'

red 42 ◦ green 245 ◦ blue 118

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

Shades of Spring Green #2AF576

Tints of Spring Green #2AF576

RGB

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

 GREEN value IS 245 (96.09% from 255) = 60.49%

 BLUE value IS 118 (46.48% from 255) = 29.14%

R = 10.37%
G = 60.49%
B = 29.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#2AF576 (or 0x2AF576) is known color: Spring Green. HEX triplet: 2A, F5 and 76. RGB value is (42,245,118). Sum of RGB (Red+Green+Blue) = 42+245+118=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 245 (96.09% from 255 or 60.49% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF576 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF576 is #D50A89. Grayscale: #AAAAAA. Windows color (decimal): -13961866 or 7796010. OLE color: 7796010.

HSL color Cylindrical-coordinate representation of color #2AF576: hue angle of 142.46º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF576 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 42 245 118 -
CMYK 0.83 0 0.52 0.04
HSL 142.46º 0.91% 0.56% -
HSV(B) 142.46º 0.83% 0.96% -
XYZ 36.88 67.11 28.15 -
YUV 169.83 98.75 36.83 -
System Red Green Blue C M Y K H S L
Decimal 42 245 118 0.83 0 0.52 0.04 142.46 0.91 0.56
Hex 2A F5 76 53 0 34 4 8E 5B 38
Octal 52 365 166 123 0 64 4 216 133 70
Binary 101010 11110101 1110110 1010011 0 110100 100 10001110 1011011 111000

Color Harmonies of #2AF576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF576

Black with #2AF576

Text Example


Text Example

White with #2AF576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,245,118); }

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

background-color css

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

 a { background-color: rgb(42,245,118); }

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

border-color css

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

 span { border-color: rgb(42,245,118); }

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