Html Css Color HEX #C8FF00 Electric Lime

📋 copy color: '#C8FF00'

red 200 ◦ green 255 ◦ blue 0

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

Shades of Electric Lime #C8FF00

Tints of Electric Lime #C8FF00

RGB

 RED value IS 200 (78.52% from 255) = 43.96%

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

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

R = 43.96%
G = 56.04%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#C8FF00 (or 0xC8FF00) is known color: Electric Lime. HEX triplet: C8, FF and 00. RGB value is (200,255,0). Sum of RGB (Red+Green+Blue) = 200+255+0=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FF00 is #3700FF. Grayscale: #D2D2D2. Windows color (decimal): -3604736 or 65480. OLE color: 65480.

HSL color Cylindrical-coordinate representation of color #C8FF00: hue angle of 72.94º 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 #C8FF00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 200 255 0 -
CMYK 0.22 0 1 0
HSL 72.94º 1% 0.5% -
HSV(B) 72.94º 1% 1% -
XYZ 59.58 83.8 13.03 -
YUV 209.49 9.78 121.23 -
System Red Green Blue C M Y K H S L
Decimal 200 255 0 0.22 0 1 0 72.94 1 0.5
Hex C8 FF 0 16 0 64 0 49 64 32
Octal 310 377 0 26 0 144 0 111 144 62
Binary 11001000 11111111 0 10110 0 1100100 0 1001001 1100100 110010

Color Harmonies of #C8FF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FF00

Black with #C8FF00

Text Example


Text Example

White with #C8FF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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