Html Css Color HEX #2AF787 Spring Green

📋 copy color: '#2AF787'

red 42 ◦ green 247 ◦ blue 135

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

Shades of Spring Green #2AF787

Tints of Spring Green #2AF787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.84%

R = 9.91%
G = 58.25%
B = 31.84%

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

#2AF787 (or 0x2AF787) is known color: Spring Green. HEX triplet: 2A, F7 and 87. RGB value is (42,247,135). Sum of RGB (Red+Green+Blue) = 42+247+135=424 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.91% from 424); Green value is 247 (96.88% from 255 or 58.25% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF787 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF787 is #D50878. Grayscale: #ADADAD. Windows color (decimal): -13961337 or 8910634. OLE color: 8910634.

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

Color convert

RGB 42 247 135 -
CMYK 0.83 0 0.45 0.03
HSL 147.22º 0.93% 0.57% -
HSV(B) 147.22º 0.83% 0.97% -
XYZ 38.59 68.76 34.16 -
YUV 172.94 106.58 34.61 -
System Red Green Blue C M Y K H S L
Decimal 42 247 135 0.83 0 0.45 0.03 147.22 0.93 0.57
Hex 2A F7 87 53 0 2D 3 93 5D 39
Octal 52 367 207 123 0 55 3 223 135 71
Binary 101010 11110111 10000111 1010011 0 101101 11 10010011 1011101 111001

Color Harmonies of #2AF787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF787

Black with #2AF787

Text Example


Text Example

White with #2AF787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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