#23DD11

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

Shades of Free Speech Green #23DD11

Tints of Free Speech Green #23DD11

Color information

#23DD11 (or 0x23DD11) is unknown color: approx Free Speech Green. HEX triplet: 23, DD and 11. RGB value is (35,221,17). Sum of RGB (Red+Green+Blue) = 35+221+17=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 221 (86.72% from 255 or 80.95% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 221 - color contains mainly: green. Hex color #23DD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23DD11 is #DC22EE. Grayscale: #8E8E8E. Windows color (decimal): -14426863 or 1170723. OLE color: 1170723.

HSL color Cylindrical-coordinate representation of color #23DD11: hue angle of 114.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #23DD11 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB3522117-
CMYK0.8400.920.13
HSL114.71º85.71%46.67%-
HSV(B)114.71º92.31%86.67%-
XYZ26.6552.119.18-
YUV142.1357.3851.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.82%
GREEN value IS 221 (86.72% from 255) = 80.95%
BLUE value IS 17 (7.03% from 255) = 6.23%
R=12.82%
G=80.95%
B=6.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal35221170.8400.920.13114.7185.7146.67
Hex23DD115405CD73562f
Octal433352112401341516312657
Binary1000111101110110001101010001011100110111100111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23DD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23DD11; }

 p { color: rgb(35,221,17); }

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

<style>
 a { background-color: #23DD11; }

 a { background-color: rgb(35,221,17); }

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

<style>
 span { border-color: #23DD11; }

 span { border-color: rgb(35,221,17); }

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