Html Css Color HEX #2AFB6A Spring Green

📋 copy color: '#2AFB6A'

red 42 ◦ green 251 ◦ blue 106

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

Shades of Spring Green #2AFB6A

Tints of Spring Green #2AFB6A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 62.91%

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

R = 10.53%
G = 62.91%
B = 26.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#2AFB6A (or 0x2AFB6A) is known color: Spring Green. HEX triplet: 2A, FB and 6A. RGB value is (42,251,106). Sum of RGB (Red+Green+Blue) = 42+251+106=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 251 (98.44% from 255 or 62.91% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AFB6A is #D50495. Grayscale: #ACACAC. Windows color (decimal): -13960342 or 7011114. OLE color: 7011114.

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

Color convert

RGB 42 251 106 -
CMYK 0.83 0 0.58 0.02
HSL 138.37º 0.96% 0.57% -
HSV(B) 138.37º 0.83% 0.98% -
XYZ 38.05 70.53 25.24 -
YUV 171.98 90.76 35.29 -
System Red Green Blue C M Y K H S L
Decimal 42 251 106 0.83 0 0.58 0.02 138.37 0.96 0.57
Hex 2A FB 6A 53 0 3A 2 8A 60 39
Octal 52 373 152 123 0 72 2 212 140 71
Binary 101010 11111011 1101010 1010011 0 111010 10 10001010 1100000 111001

Color Harmonies of #2AFB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFB6A

Black with #2AFB6A

Text Example


Text Example

White with #2AFB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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