Html Css Color HEX #2AF96F Spring Green

📋 copy color: '#2AF96F'

red 42 ◦ green 249 ◦ blue 111

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

Shades of Spring Green #2AF96F

Tints of Spring Green #2AF96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 10.45%
G = 61.94%
B = 27.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#2AF96F (or 0x2AF96F) is known color: Spring Green. HEX triplet: 2A, F9 and 6F. RGB value is (42,249,111). Sum of RGB (Red+Green+Blue) = 42+249+111=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 249 (97.66% from 255 or 61.94% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF96F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF96F is #D50690. Grayscale: #ABABAB. Windows color (decimal): -13960849 or 7338282. OLE color: 7338282.

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

Color convert

RGB 42 249 111 -
CMYK 0.83 0 0.55 0.02
HSL 140º 0.95% 0.57% -
HSV(B) 140º 0.83% 0.98% -
XYZ 37.7 69.39 26.45 -
YUV 171.38 93.92 35.72 -
System Red Green Blue C M Y K H S L
Decimal 42 249 111 0.83 0 0.55 0.02 140 0.95 0.57
Hex 2A F9 6F 53 0 37 2 8C 5F 39
Octal 52 371 157 123 0 67 2 214 137 71
Binary 101010 11111001 1101111 1010011 0 110111 10 10001100 1011111 111001

Color Harmonies of #2AF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF96F

Black with #2AF96F

Text Example


Text Example

White with #2AF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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