Html Css Color HEX #2AFD8E Spring Green

📋 copy color: '#2AFD8E'

red 42 ◦ green 253 ◦ blue 142

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

Shades of Spring Green #2AFD8E

Tints of Spring Green #2AFD8E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.89%

 BLUE value IS 142 (55.86% from 255) = 32.49%

R = 9.61%
G = 57.89%
B = 32.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#2AFD8E (or 0x2AFD8E) is known color: Spring Green. HEX triplet: 2A, FD and 8E. RGB value is (42,253,142). Sum of RGB (Red+Green+Blue) = 42+253+142=437 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.61% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFD8E is #D50271. Grayscale: #B1B1B1. Windows color (decimal): -13959794 or 9370922. OLE color: 9370922.

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

Color convert

RGB 42 253 142 -
CMYK 0.83 0 0.44 0.01
HSL 148.44º 0.98% 0.58% -
HSV(B) 148.44º 0.83% 0.99% -
XYZ 40.96 72.7 37.46 -
YUV 177.26 108.1 31.53 -
System Red Green Blue C M Y K H S L
Decimal 42 253 142 0.83 0 0.44 0.01 148.44 0.98 0.58
Hex 2A FD 8E 53 0 2C 1 94 62 3A
Octal 52 375 216 123 0 54 1 224 142 72
Binary 101010 11111101 10001110 1010011 0 101100 1 10010100 1100010 111010

Color Harmonies of #2AFD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFD8E

Black with #2AFD8E

Text Example


Text Example

White with #2AFD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,253,142); }

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

background-color css

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

 a { background-color: rgb(42,253,142); }

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

border-color css

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

 span { border-color: rgb(42,253,142); }

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