Html Css Color HEX #01F21C Free Speech Green

📋 copy color: '#01F21C'

red 1 ◦ green 242 ◦ blue 28

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

Shades of Free Speech Green #01F21C

Tints of Free Speech Green #01F21C

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 242 (94.92% from 255) = 89.3%

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 0.37%
G = 89.3%
B = 10.33%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#01F21C (or 0x01F21C) is known color: Free Speech Green. HEX triplet: 01, F2 and 1C. RGB value is (1,242,28). Sum of RGB (Red+Green+Blue) = 1+242+28=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 242 (94.92% from 255 or 89.30% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 242 - color contains mainly: green. Hex color #01F21C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F21C is #FE0DE3. Grayscale: #929292. Windows color (decimal): -16649700 or 1896961. OLE color: 1896961.

HSL color Cylindrical-coordinate representation of color #01F21C: hue angle of 126.72º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F21C is Cyan = 1.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 242 28 -
CMYK 1.00 0 0.88 0.05
HSL 126.72º 0.99% 0.48% -
HSV(B) 126.72º 1% 0.95% -
XYZ 31.97 63.59 11.69 -
YUV 145.55 61.66 24.9 -
System Red Green Blue C M Y K H S L
Decimal 1 242 28 1.00 0 0.88 0.05 126.72 0.99 0.48
Hex 1 F2 1C 64 0 58 5 7F 63 30
Octal 1 362 34 144 0 130 5 177 143 60
Binary 1 11110010 11100 1100100 0 1011000 101 1111111 1100011 110000

Color Harmonies of #01F21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F21C

Black with #01F21C

Text Example


Text Example

White with #01F21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01F21C; }

 p { color: rgb(1,242,28); }

 H1.HeaderClassName
 {
   color: #01F21C;
 }
 .AnyTagClassName
 {
   color: #01F21C;
 }
</style>

background-color css

<style>
 a { background-color: #01F21C; }

 a { background-color: rgb(1,242,28); }

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

border-color css

<style>
 span { border-color: #01F21C; }

 span { border-color: rgb(1,242,28); }

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