#2AFD84

Color #2AFD84 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #2AFD84

Tints of Spring Green #2AFD84

Color information

#2AFD84 (or 0x2AFD84) is unknown color: approx Spring Green. HEX triplet: 2A, FD and 84. RGB value is (42,253,132). Sum of RGB (Red+Green+Blue) = 42+253+132=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 253 (99.22% from 255 or 59.25% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFD84 is #D5027B. Grayscale: #B0B0B0. Windows color (decimal): -13959804 or 8715562. OLE color: 8715562.

HSL color Cylindrical-coordinate representation of color #2AFD84: hue angle of 145.59º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFD84 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB42253132-
CMYK0.8300.480.01
HSL145.59º98.14%57.84%-
HSV(B)145.59º83.4%99.22%-
XYZ40.2472.4133.68-
YUV176.12103.132.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.84%
GREEN value IS 253 (99.22% from 255) = 59.25%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=9.84%
G=59.25%
B=30.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal422531320.8300.480.01145.5998.1457.84
Hex2AFD8453030192623a
Octal52375204123060122214272
Binary1010101111110110000100101001101100001100100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AFD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,253,132); }

 H1.HeaderClassName
 {
   color: #2AFD84;
 }
 .AnyTagClassName
 {
   color: #2AFD84;
 }
</style>
background-color css

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

 a { background-color: rgb(42,253,132); }

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

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

 span { border-color: rgb(42,253,132); }

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