Html Css Color HEX #2AF96A Spring Green

📋 copy color: '#2AF96A'

red 42 ◦ green 249 ◦ blue 106

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

Shades of Spring Green #2AF96A

Tints of Spring Green #2AF96A

RGB

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

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

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

R = 10.58%
G = 62.72%
B = 26.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#2AF96A (or 0x2AF96A) is known color: Spring Green. HEX triplet: 2A, F9 and 6A. RGB value is (42,249,106). Sum of RGB (Red+Green+Blue) = 42+249+106=397 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.58% from 397); Green value is 249 (97.66% from 255 or 62.72% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF96A is #D50695. Grayscale: #ABABAB. Windows color (decimal): -13960854 or 7010602. OLE color: 7010602.

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

Color convert

RGB 42 249 106 -
CMYK 0.83 0 0.57 0.02
HSL 138.55º 0.95% 0.57% -
HSV(B) 138.55º 0.83% 0.98% -
XYZ 37.43 69.28 25.04 -
YUV 170.81 91.42 36.13 -
System Red Green Blue C M Y K H S L
Decimal 42 249 106 0.83 0 0.57 0.02 138.55 0.95 0.57
Hex 2A F9 6A 53 0 39 2 8B 5F 39
Octal 52 371 152 123 0 71 2 213 137 71
Binary 101010 11111001 1101010 1010011 0 111001 10 10001011 1011111 111001

Color Harmonies of #2AF96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF96A

Black with #2AF96A

Text Example


Text Example

White with #2AF96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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