Html Css Color HEX #C0E800 Electric Lime

📋 copy color: '#C0E800'

red 192 ◦ green 232 ◦ blue 0

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

Shades of Electric Lime #C0E800

Tints of Electric Lime #C0E800

RGB

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

 GREEN value IS 232 (91.02% from 255) = 54.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.28%
G = 54.72%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#C0E800 (or 0xC0E800) is known color: Electric Lime. HEX triplet: C0, E8 and 00. RGB value is (192,232,0). Sum of RGB (Red+Green+Blue) = 192+232+0=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 232 (91.02% from 255 or 54.72% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0E800 is #3F17FF. Grayscale: #C2C2C2. Windows color (decimal): -4134912 or 59584. OLE color: 59584.

HSL color Cylindrical-coordinate representation of color #C0E800: hue angle of 70.34º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0E800 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 232 0 -
CMYK 0.17 0 1 0.09
HSL 70.34º 1% 0.45% -
HSV(B) 70.34º 1% 0.91% -
XYZ 50.59 68.92 10.64 -
YUV 193.59 18.75 126.86 -
System Red Green Blue C M Y K H S L
Decimal 192 232 0 0.17 0 1 0.09 70.34 1 0.45
Hex C0 E8 0 11 0 64 9 46 64 2D
Octal 300 350 0 21 0 144 11 106 144 55
Binary 11000000 11101000 0 10001 0 1100100 1001 1000110 1100100 101101

Color Harmonies of #C0E800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E800

Black with #C0E800

Text Example


Text Example

White with #C0E800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E800; }

 p { color: rgb(192,232,0); }

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

background-color css

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

 a { background-color: rgb(192,232,0); }

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

border-color css

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

 span { border-color: rgb(192,232,0); }

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