#21ED29

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

Shades of Free Speech Green #21ED29

Tints of Free Speech Green #21ED29

Color information

#21ED29 (or 0x21ED29) is unknown color: approx Free Speech Green. HEX triplet: 21, ED and 29. RGB value is (33,237,41). Sum of RGB (Red+Green+Blue) = 33+237+41=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 237 (92.97% from 255 or 76.21% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21ED29 is #DE12D6. Grayscale: #9A9A9A. Windows color (decimal): -14553815 or 2747681. OLE color: 2747681.

HSL color Cylindrical-coordinate representation of color #21ED29: hue angle of 122.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ED29 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB3323741-
CMYK0.8600.830.07
HSL122.35º85%52.94%-
HSV(B)122.35º86.08%92.94%-
XYZ31.3161.0512.23-
YUV153.6664.4141.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 237 (92.97% from 255) = 76.21%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=10.61%
G=76.21%
B=13.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal33237410.8600.830.07122.358552.94
Hex21ED295605377a5535
Octal41355511260123717212565
Binary1000011110110110100110101100101001111111110101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ED29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,237,41); }

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

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

 a { background-color: rgb(33,237,41); }

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

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

 span { border-color: rgb(33,237,41); }

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