Html Css Color HEX #2AFE8B Spring Green

📋 copy color: '#2AFE8B'

red 42 ◦ green 254 ◦ blue 139

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

Shades of Spring Green #2AFE8B

Tints of Spring Green #2AFE8B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.39%

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 9.66%
G = 58.39%
B = 31.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#2AFE8B (or 0x2AFE8B) is known color: Spring Green. HEX triplet: 2A, FE and 8B. RGB value is (42,254,139). Sum of RGB (Red+Green+Blue) = 42+254+139=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE8B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFE8B is #D50174. Grayscale: #B1B1B1. Windows color (decimal): -13959541 or 9174570. OLE color: 9174570.

HSL color Cylindrical-coordinate representation of color #2AFE8B: hue angle of 147.45º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFE8B is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 42 254 139 -
CMYK 0.83 0 0.45 0.00
HSL 147.45º 0.99% 0.58% -
HSV(B) 147.45º 0.83% 1% -
XYZ 41.06 73.24 36.4 -
YUV 177.5 106.26 31.35 -
System Red Green Blue C M Y K H S L
Decimal 42 254 139 0.83 0 0.45 0.00 147.45 0.99 0.58
Hex 2A FE 8B 53 0 2D 0 93 63 3A
Octal 52 376 213 123 0 55 0 223 143 72
Binary 101010 11111110 10001011 1010011 0 101101 0 10010011 1100011 111010

Color Harmonies of #2AFE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFE8B

Black with #2AFE8B

Text Example


Text Example

White with #2AFE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,254,139); }

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

background-color css

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

 a { background-color: rgb(42,254,139); }

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

border-color css

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

 span { border-color: rgb(42,254,139); }

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