#21E704

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

Shades of Free Speech Green #21E704

Tints of Free Speech Green #21E704

Color information

#21E704 (or 0x21E704) is unknown color: approx Free Speech Green. HEX triplet: 21, E7 and 04. RGB value is (33,231,4). Sum of RGB (Red+Green+Blue) = 33+231+4=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 231 (90.62% from 255 or 86.19% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 231 - color contains mainly: green. Hex color #21E704 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21E704 is #DE18FB. Grayscale: #929292. Windows color (decimal): -14555388 or 321313. OLE color: 321313.

HSL color Cylindrical-coordinate representation of color #21E704: hue angle of 112.33º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21E704 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB332314-
CMYK0.8600.980.09
HSL112.33º96.6%46.08%-
HSV(B)112.33º98.27%90.59%-
XYZ29.2357.489.67-
YUV145.9247.947.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 231 (90.62% from 255) = 86.19%
BLUE value IS 4 (1.95% from 255) = 1.49%
R=12.31%
G=86.19%
B=1.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal3323140.8600.980.09112.3396.646.08
Hex21E7456062970612e
Octal41347412601421116014156
Binary10000111100111100101011001100010100111100001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21E704; }

 p { color: rgb(33,231,4); }

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

<style>
 a { background-color: #21E704; }

 a { background-color: rgb(33,231,4); }

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

<style>
 span { border-color: #21E704; }

 span { border-color: rgb(33,231,4); }

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