Html Css Color HEX #2AFA6D Spring Green

📋 copy color: '#2AFA6D'

red 42 ◦ green 250 ◦ blue 109

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

Shades of Spring Green #2AFA6D

Tints of Spring Green #2AFA6D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 62.34%

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 10.47%
G = 62.34%
B = 27.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#2AFA6D (or 0x2AFA6D) is known color: Spring Green. HEX triplet: 2A, FA and 6D. RGB value is (42,250,109). Sum of RGB (Red+Green+Blue) = 42+250+109=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 250 (98.05% from 255 or 62.34% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFA6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFA6D is #D50592. Grayscale: #ACACAC. Windows color (decimal): -13960595 or 7207466. OLE color: 7207466.

HSL color Cylindrical-coordinate representation of color #2AFA6D: hue angle of 139.33º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFA6D is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 42 250 109 -
CMYK 0.83 0 0.56 0.02
HSL 139.33º 0.95% 0.57% -
HSV(B) 139.33º 0.83% 0.98% -
XYZ 37.9 69.97 25.98 -
YUV 171.73 92.59 35.46 -
System Red Green Blue C M Y K H S L
Decimal 42 250 109 0.83 0 0.56 0.02 139.33 0.95 0.57
Hex 2A FA 6D 53 0 38 2 8B 5F 39
Octal 52 372 155 123 0 70 2 213 137 71
Binary 101010 11111010 1101101 1010011 0 111000 10 10001011 1011111 111001

Color Harmonies of #2AFA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFA6D

Black with #2AFA6D

Text Example


Text Example

White with #2AFA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,250,109); }

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

background-color css

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

 a { background-color: rgb(42,250,109); }

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

border-color css

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

 span { border-color: rgb(42,250,109); }

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