Html Css Color HEX #2AFE6A Spring Green

📋 copy color: '#2AFE6A'

red 42 ◦ green 254 ◦ blue 106

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

Shades of Spring Green #2AFE6A

Tints of Spring Green #2AFE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.37%

R = 10.45%
G = 63.18%
B = 26.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#2AFE6A (or 0x2AFE6A) is known color: Spring Green. HEX triplet: 2A, FE and 6A. RGB value is (42,254,106). Sum of RGB (Red+Green+Blue) = 42+254+106=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 254 (99.61% from 255 or 63.18% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFE6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFE6A is #D50195. Grayscale: #AEAEAE. Windows color (decimal): -13959574 or 7011882. OLE color: 7011882.

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

Color convert

RGB 42 254 106 -
CMYK 0.83 0 0.58 0.00
HSL 138.11º 0.99% 0.58% -
HSV(B) 138.11º 0.83% 1% -
XYZ 39 72.42 25.56 -
YUV 173.74 89.76 34.03 -
System Red Green Blue C M Y K H S L
Decimal 42 254 106 0.83 0 0.58 0.00 138.11 0.99 0.58
Hex 2A FE 6A 53 0 3A 0 8A 63 3A
Octal 52 376 152 123 0 72 0 212 143 72
Binary 101010 11111110 1101010 1010011 0 111010 0 10001010 1100011 111010

Color Harmonies of #2AFE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFE6A

Black with #2AFE6A

Text Example


Text Example

White with #2AFE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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