Html Css Color HEX #C0F808 Electric Lime

📋 copy color: '#C0F808'

red 192 ◦ green 248 ◦ blue 8

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

Shades of Electric Lime #C0F808

Tints of Electric Lime #C0F808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.79%

R = 42.86%
G = 55.36%
B = 1.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#C0F808 (or 0xC0F808) is known color: Electric Lime. HEX triplet: C0, F8 and 08. RGB value is (192,248,8). Sum of RGB (Red+Green+Blue) = 192+248+8=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 248 (97.27% from 255 or 55.36% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0F808 is #3F07F7. Grayscale: #CCCCCC. Windows color (decimal): -4130808 or 587968. OLE color: 587968.

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

Color convert

RGB 192 248 8 -
CMYK 0.23 0 0.97 0.03
HSL 74º 0.94% 0.5% -
HSV(B) 74º 0.97% 0.97% -
XYZ 55.35 78.36 12.44 -
YUV 203.9 17.45 119.51 -
System Red Green Blue C M Y K H S L
Decimal 192 248 8 0.23 0 0.97 0.03 74 0.94 0.5
Hex C0 F8 8 17 0 61 3 4A 5E 32
Octal 300 370 10 27 0 141 3 112 136 62
Binary 11000000 11111000 1000 10111 0 1100001 11 1001010 1011110 110010

Color Harmonies of #C0F808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F808

Black with #C0F808

Text Example


Text Example

White with #C0F808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F808; }

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

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

background-color css

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

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

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

border-color css

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

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

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