Html Css Color HEX #2AF789 Spring Green

📋 copy color: '#2AF789'

red 42 ◦ green 247 ◦ blue 137

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

Shades of Spring Green #2AF789

Tints of Spring Green #2AF789

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.98%

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 9.86%
G = 57.98%
B = 32.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#2AF789 (or 0x2AF789) is known color: Spring Green. HEX triplet: 2A, F7 and 89. RGB value is (42,247,137). Sum of RGB (Red+Green+Blue) = 42+247+137=426 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.86% from 426); Green value is 247 (96.88% from 255 or 57.98% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF789 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF789 is #D50876. Grayscale: #ADADAD. Windows color (decimal): -13961335 or 9041706. OLE color: 9041706.

HSL color Cylindrical-coordinate representation of color #2AF789: hue angle of 147.8º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF789 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 42 247 137 -
CMYK 0.83 0 0.45 0.03
HSL 147.8º 0.93% 0.57% -
HSV(B) 147.8º 0.83% 0.97% -
XYZ 38.73 68.82 34.91 -
YUV 173.17 107.58 34.44 -
System Red Green Blue C M Y K H S L
Decimal 42 247 137 0.83 0 0.45 0.03 147.8 0.93 0.57
Hex 2A F7 89 53 0 2D 3 94 5D 39
Octal 52 367 211 123 0 55 3 224 135 71
Binary 101010 11110111 10001001 1010011 0 101101 11 10010100 1011101 111001

Color Harmonies of #2AF789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF789

Black with #2AF789

Text Example


Text Example

White with #2AF789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,247,137); }

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

background-color css

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

 a { background-color: rgb(42,247,137); }

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

border-color css

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

 span { border-color: rgb(42,247,137); }

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