Html Css Color HEX #2AF170 Spring Green

📋 copy color: '#2AF170'

red 42 ◦ green 241 ◦ blue 112

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

Shades of Spring Green #2AF170

Tints of Spring Green #2AF170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 61.01%

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 10.63%
G = 61.01%
B = 28.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#2AF170 (or 0x2AF170) is known color: Spring Green. HEX triplet: 2A, F1 and 70. RGB value is (42,241,112). Sum of RGB (Red+Green+Blue) = 42+241+112=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 241 (94.53% from 255 or 61.01% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF170 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF170 is #D50E8F. Grayscale: #A7A7A7. Windows color (decimal): -13962896 or 7401770. OLE color: 7401770.

HSL color Cylindrical-coordinate representation of color #2AF170: hue angle of 141.11º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF170 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 241 112 -
CMYK 0.83 0 0.54 0.05
HSL 141.11º 0.88% 0.55% -
HSV(B) 141.11º 0.83% 0.95% -
XYZ 35.33 64.57 25.93 -
YUV 166.79 97.07 38.99 -
System Red Green Blue C M Y K H S L
Decimal 42 241 112 0.83 0 0.54 0.05 141.11 0.88 0.55
Hex 2A F1 70 53 0 36 5 8D 58 37
Octal 52 361 160 123 0 66 5 215 130 67
Binary 101010 11110001 1110000 1010011 0 110110 101 10001101 1011000 110111

Color Harmonies of #2AF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AF170

Black with #2AF170

Text Example


Text Example

White with #2AF170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,241,112); }

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

background-color css

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

 a { background-color: rgb(42,241,112); }

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

border-color css

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

 span { border-color: rgb(42,241,112); }

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