#2AE815

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

Shades of Free Speech Green #2AE815

Tints of Free Speech Green #2AE815

Color information

#2AE815 (or 0x2AE815) is unknown color: approx Free Speech Green. HEX triplet: 2A, E8 and 15. RGB value is (42,232,21). Sum of RGB (Red+Green+Blue) = 42+232+21=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 232 (91.02% from 255 or 78.64% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE815 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2AE815 is #D517EA. Grayscale: #979797. Windows color (decimal): -13965291 or 1435690. OLE color: 1435690.

HSL color Cylindrical-coordinate representation of color #2AE815: hue angle of 114.03º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AE815 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB4223221-
CMYK0.8200.910.09
HSL114.03º83.4%49.61%-
HSV(B)114.03º90.95%90.98%-
XYZ29.9558.2610.38-
YUV151.1454.5550.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.24%
GREEN value IS 232 (91.02% from 255) = 78.64%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=14.24%
G=78.64%
B=7.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42232210.8200.910.09114.0383.449.61
Hex2AE8155205B9725332
Octal523502512201331116212362
Binary1010101110100010101101001001011011100111100101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,232,21); }

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

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

 a { background-color: rgb(42,232,21); }

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

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

 span { border-color: rgb(42,232,21); }

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