Html Css Color HEX #2AF86E Spring Green

📋 copy color: '#2AF86E'

red 42 ◦ green 248 ◦ blue 110

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

Shades of Spring Green #2AF86E

Tints of Spring Green #2AF86E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 62%

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 10.5%
G = 62%
B = 27.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#2AF86E (or 0x2AF86E) is known color: Spring Green. HEX triplet: 2A, F8 and 6E. RGB value is (42,248,110). Sum of RGB (Red+Green+Blue) = 42+248+110=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 248 (97.27% from 255 or 62% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF86E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF86E is #D50791. Grayscale: #ABABAB. Windows color (decimal): -13961106 or 7272490. OLE color: 7272490.

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

Color convert

RGB 42 248 110 -
CMYK 0.83 0 0.56 0.03
HSL 139.81º 0.94% 0.57% -
HSV(B) 139.81º 0.83% 0.97% -
XYZ 37.34 68.75 26.05 -
YUV 170.67 93.75 36.22 -
System Red Green Blue C M Y K H S L
Decimal 42 248 110 0.83 0 0.56 0.03 139.81 0.94 0.57
Hex 2A F8 6E 53 0 38 3 8C 5E 39
Octal 52 370 156 123 0 70 3 214 136 71
Binary 101010 11111000 1101110 1010011 0 111000 11 10001100 1011110 111001

Color Harmonies of #2AF86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF86E

Black with #2AF86E

Text Example


Text Example

White with #2AF86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,248,110); }

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

background-color css

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

 a { background-color: rgb(42,248,110); }

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

border-color css

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

 span { border-color: rgb(42,248,110); }

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