Html Css Color HEX #21EE00 Free Speech Green

📋 copy color: '#21EE00'

red 33 ◦ green 238 ◦ blue 0

#21EE00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #21EE00

Tints of Free Speech Green #21EE00

RGB

 RED value IS 33 (13.28% from 255) = 12.18%

 GREEN value IS 238 (93.36% from 255) = 87.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 12.18%
G = 87.82%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#21EE00 (or 0x21EE00) is known color: Free Speech Green. HEX triplet: 21, EE and 00. RGB value is (33,238,0). Sum of RGB (Red+Green+Blue) = 33+238+0=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 238 (93.36% from 255 or 87.82% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #21EE00 is #DE11FF. Grayscale: #969696. Windows color (decimal): -14553600 or 60961. OLE color: 60961.

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

Color convert

RGB 33 238 0 -
CMYK 0.86 0 1 0.07
HSL 111.68º 1% 0.47% -
HSV(B) 111.68º 1% 0.93% -
XYZ 31.2 61.47 10.22 -
YUV 149.57 43.58 44.85 -
System Red Green Blue C M Y K H S L
Decimal 33 238 0 0.86 0 1 0.07 111.68 1 0.47
Hex 21 EE 0 56 0 64 7 70 64 2F
Octal 41 356 0 126 0 144 7 160 144 57
Binary 100001 11101110 0 1010110 0 1100100 111 1110000 1100100 101111

Color Harmonies of #21EE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21EE00

Black with #21EE00

Text Example


Text Example

White with #21EE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,238,0); }

 H1.HeaderClassName
 {
   color: #21EE00;
 }
 .AnyTagClassName
 {
   color: #21EE00;
 }
</style>

background-color css

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

 a { background-color: rgb(33,238,0); }

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

border-color css

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

 span { border-color: rgb(33,238,0); }

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