Html Css Color HEX #C0F801 Electric Lime

📋 copy color: '#C0F801'

red 192 ◦ green 248 ◦ blue 1

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

Shades of Electric Lime #C0F801

Tints of Electric Lime #C0F801

RGB

 RED value IS 192 (75.39% from 255) = 43.54%

 GREEN value IS 248 (97.27% from 255) = 56.24%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 43.54%
G = 56.24%
B = 0.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#C0F801 (or 0xC0F801) is known color: Electric Lime. HEX triplet: C0, F8 and 01. RGB value is (192,248,1). Sum of RGB (Red+Green+Blue) = 192+248+1=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F801 is #3F07FE. Grayscale: #CCCCCC. Windows color (decimal): -4130815 or 129216. OLE color: 129216.

HSL color Cylindrical-coordinate representation of color #C0F801: hue angle of 73.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0F801 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 248 1 -
CMYK 0.23 0 1.00 0.03
HSL 73.6º 0.99% 0.49% -
HSV(B) 73.6º 1% 0.97% -
XYZ 55.31 78.34 12.24 -
YUV 203.1 13.95 120.08 -
System Red Green Blue C M Y K H S L
Decimal 192 248 1 0.23 0 1.00 0.03 73.6 0.99 0.49
Hex C0 F8 1 17 0 64 3 4A 63 31
Octal 300 370 1 27 0 144 3 112 143 61
Binary 11000000 11111000 1 10111 0 1100100 11 1001010 1100011 110001

Color Harmonies of #C0F801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F801

Black with #C0F801

Text Example


Text Example

White with #C0F801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F801; }

 p { color: rgb(192,248,1); }

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

background-color css

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

 a { background-color: rgb(192,248,1); }

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

border-color css

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

 span { border-color: rgb(192,248,1); }

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