#2AF425

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

Shades of Free Speech Green #2AF425

Tints of Free Speech Green #2AF425

Color information

#2AF425 (or 0x2AF425) is unknown color: approx Free Speech Green. HEX triplet: 2A, F4 and 25. RGB value is (42,244,37). Sum of RGB (Red+Green+Blue) = 42+244+37=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 244 (95.70% from 255 or 75.54% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF425 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF425 is #D50BDA. Grayscale: #A0A0A0. Windows color (decimal): -13962203 or 2487338. OLE color: 2487338.

HSL color Cylindrical-coordinate representation of color #2AF425: hue angle of 118.55º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AF425 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB4224437-
CMYK0.8300.850.04
HSL118.55º90.39%55.1%-
HSV(B)118.55º84.84%95.69%-
XYZ33.6465.3312.59-
YUV16058.5843.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.00%
GREEN value IS 244 (95.70% from 255) = 75.54%
BLUE value IS 37 (14.84% from 255) = 11.46%
R=13.00%
G=75.54%
B=11.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal42244370.8300.850.04118.5590.3955.1
Hex2AF425530554775a37
Octal52364451230125416713267
Binary1010101111010010010110100110101010110011101111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,244,37); }

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

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

 a { background-color: rgb(42,244,37); }

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

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

 span { border-color: rgb(42,244,37); }

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