#2af51e

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

Shades of Free Speech Green #2AF51E

Tints of Free Speech Green #2AF51E

Color information

#2AF51E (or 0x2AF51E) is unknown color: approx Free Speech Green. HEX triplet: 2A, F5 and 1E. RGB value is (42,245,30). Sum of RGB (Red+Green+Blue) = 42+245+30=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 245 (96.09% from 255 or 77.29% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF51E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF51E is #D50AE1. Grayscale: #A0A0A0. Windows color (decimal): -13961954 or 2028842. OLE color: 2028842.

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

Color convert

RGB4224530-
CMYK0.8300.880.04
HSL116.65º91.49%53.92%-
HSV(B)116.65º87.76%96.08%-
XYZ33.8465.8912.16-
YUV159.7954.7543.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 245 (96.09% from 255) = 77.29%
BLUE value IS 30 (12.11% from 255) = 9.46%
R=13.25%
G=77.29%
B=9.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal42245300.8300.880.04116.6591.4953.92
Hex2AF51E530584755b36
Octal52365361230130416513366
Binary101010111101011111010100110101100010011101011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2af51e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,245,30); }

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

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

 a { background-color: rgb(42,245,30); }

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

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

 span { border-color: rgb(42,245,30); }

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