Html Css Color HEX #2AF775 Spring Green

📋 copy color: '#2AF775'

red 42 ◦ green 247 ◦ blue 117

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

Shades of Spring Green #2AF775

Tints of Spring Green #2AF775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 10.34%
G = 60.84%
B = 28.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#2AF775 (or 0x2AF775) is known color: Spring Green. HEX triplet: 2A, F7 and 75. RGB value is (42,247,117). Sum of RGB (Red+Green+Blue) = 42+247+117=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 247 (96.88% from 255 or 60.84% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF775 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF775 is #D5088A. Grayscale: #ABABAB. Windows color (decimal): -13961355 or 7730986. OLE color: 7730986.

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

Color convert

RGB 42 247 117 -
CMYK 0.83 0 0.53 0.03
HSL 141.95º 0.93% 0.57% -
HSV(B) 141.95º 0.83% 0.97% -
XYZ 37.43 68.3 28.04 -
YUV 170.89 97.58 36.07 -
System Red Green Blue C M Y K H S L
Decimal 42 247 117 0.83 0 0.53 0.03 141.95 0.93 0.57
Hex 2A F7 75 53 0 35 3 8E 5D 39
Octal 52 367 165 123 0 65 3 216 135 71
Binary 101010 11110111 1110101 1010011 0 110101 11 10001110 1011101 111001

Color Harmonies of #2AF775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF775

Black with #2AF775

Text Example


Text Example

White with #2AF775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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