Html Css Color HEX #01F203 Lime

📋 copy color: '#01F203'

red 1 ◦ green 242 ◦ blue 3

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

Shades of Lime #01F203

Tints of Lime #01F203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.22%

R = 0.41%
G = 98.37%
B = 1.22%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#01F203 (or 0x01F203) is known color: Lime. HEX triplet: 01, F2 and 03. RGB value is (1,242,3). Sum of RGB (Red+Green+Blue) = 1+242+3=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 242 (94.92% from 255 or 98.37% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 242 - color contains mainly: green. Hex color #01F203 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F203 is #FE0DFC. Grayscale: #8F8F8F. Windows color (decimal): -16649725 or 258561. OLE color: 258561.

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

Color convert

RGB 1 242 3 -
CMYK 1.00 0 0.99 0.05
HSL 120.5º 0.99% 0.48% -
HSV(B) 120.5º 1% 0.95% -
XYZ 31.78 63.52 10.67 -
YUV 142.7 49.16 26.93 -
System Red Green Blue C M Y K H S L
Decimal 1 242 3 1.00 0 0.99 0.05 120.5 0.99 0.48
Hex 1 F2 3 64 0 63 5 78 63 30
Octal 1 362 3 144 0 143 5 170 143 60
Binary 1 11110010 11 1100100 0 1100011 101 1111000 1100011 110000

Color Harmonies of #01F203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F203

Black with #01F203

Text Example


Text Example

White with #01F203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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