Html Css Color HEX #2AF982 Spring Green

📋 copy color: '#2AF982'

red 42 ◦ green 249 ◦ blue 130

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

Shades of Spring Green #2AF982

Tints of Spring Green #2AF982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59.14%

 BLUE value IS 130 (51.17% from 255) = 30.88%

R = 9.98%
G = 59.14%
B = 30.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#2AF982 (or 0x2AF982) is known color: Spring Green. HEX triplet: 2A, F9 and 82. RGB value is (42,249,130). Sum of RGB (Red+Green+Blue) = 42+249+130=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 249 (97.66% from 255 or 59.14% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AF982 is #D5067D. Grayscale: #ADADAD. Windows color (decimal): -13960830 or 8583466. OLE color: 8583466.

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

Color convert

RGB 42 249 130 -
CMYK 0.83 0 0.48 0.02
HSL 145.51º 0.95% 0.57% -
HSV(B) 145.51º 0.83% 0.98% -
XYZ 38.86 69.86 32.55 -
YUV 173.54 103.42 34.18 -
System Red Green Blue C M Y K H S L
Decimal 42 249 130 0.83 0 0.48 0.02 145.51 0.95 0.57
Hex 2A F9 82 53 0 30 2 92 5F 39
Octal 52 371 202 123 0 60 2 222 137 71
Binary 101010 11111001 10000010 1010011 0 110000 10 10010010 1011111 111001

Color Harmonies of #2AF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF982

Black with #2AF982

Text Example


Text Example

White with #2AF982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,249,130); }

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

background-color css

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

 a { background-color: rgb(42,249,130); }

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

border-color css

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

 span { border-color: rgb(42,249,130); }

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