Html Css Color HEX #01F229 Free Speech Green

📋 copy color: '#01F229'

red 1 ◦ green 242 ◦ blue 41

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

Shades of Free Speech Green #01F229

Tints of Free Speech Green #01F229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 0.35%
G = 85.21%
B = 14.44%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#01F229 (or 0x01F229) is known color: Free Speech Green. HEX triplet: 01, F2 and 29. RGB value is (1,242,41). Sum of RGB (Red+Green+Blue) = 1+242+41=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 242 (94.92% from 255 or 85.21% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 242 - color contains mainly: green. Hex color #01F229 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F229 is #FE0DD6. Grayscale: #939393. Windows color (decimal): -16649687 or 2748929. OLE color: 2748929.

HSL color Cylindrical-coordinate representation of color #01F229: hue angle of 129.96º 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 #01F229 is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 242 41 -
CMYK 1.00 0 0.83 0.05
HSL 129.96º 0.99% 0.48% -
HSV(B) 129.96º 1% 0.95% -
XYZ 32.16 63.67 12.69 -
YUV 147.03 68.16 23.84 -
System Red Green Blue C M Y K H S L
Decimal 1 242 41 1.00 0 0.83 0.05 129.96 0.99 0.48
Hex 1 F2 29 64 0 53 5 82 63 30
Octal 1 362 51 144 0 123 5 202 143 60
Binary 1 11110010 101001 1100100 0 1010011 101 10000010 1100011 110000

Color Harmonies of #01F229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F229

Black with #01F229

Text Example


Text Example

White with #01F229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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