Html Css Color HEX #C0FF00 Electric Lime

📋 copy color: '#C0FF00'

red 192 ◦ green 255 ◦ blue 0

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

Shades of Electric Lime #C0FF00

Tints of Electric Lime #C0FF00

RGB

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

 GREEN value IS 255 (100% from 255) = 57.05%

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

R = 42.95%
G = 57.05%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#C0FF00 (or 0xC0FF00) is known color: Electric Lime. HEX triplet: C0, FF and 00. RGB value is (192,255,0). Sum of RGB (Red+Green+Blue) = 192+255+0=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FF00 is #3F00FF. Grayscale: #D0D0D0. Windows color (decimal): -4129024 or 65472. OLE color: 65472.

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

Color convert

RGB 192 255 0 -
CMYK 0.25 0 1 0
HSL 74.82º 1% 0.5% -
HSV(B) 74.82º 1% 1% -
XYZ 57.5 82.73 12.94 -
YUV 207.09 11.13 117.23 -
System Red Green Blue C M Y K H S L
Decimal 192 255 0 0.25 0 1 0 74.82 1 0.5
Hex C0 FF 0 19 0 64 0 4B 64 32
Octal 300 377 0 31 0 144 0 113 144 62
Binary 11000000 11111111 0 11001 0 1100100 0 1001011 1100100 110010

Color Harmonies of #C0FF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FF00

Black with #C0FF00

Text Example


Text Example

White with #C0FF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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