Html Css Color HEX #C9FF00 Electric Lime

📋 copy color: '#C9FF00'

red 201 ◦ green 255 ◦ blue 0

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

Shades of Electric Lime #C9FF00

Tints of Electric Lime #C9FF00

RGB

 RED value IS 201 (78.91% from 255) = 44.08%

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

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

R = 44.08%
G = 55.92%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#C9FF00 (or 0xC9FF00) is known color: Electric Lime. HEX triplet: C9, FF and 00. RGB value is (201,255,0). Sum of RGB (Red+Green+Blue) = 201+255+0=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FF00 is #3600FF. Grayscale: #D2D2D2. Windows color (decimal): -3539200 or 65481. OLE color: 65481.

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

Color convert

RGB 201 255 0 -
CMYK 0.21 0 1 0
HSL 72.71º 1% 0.5% -
HSV(B) 72.71º 1% 1% -
XYZ 59.85 83.94 13.05 -
YUV 209.78 9.61 121.73 -
System Red Green Blue C M Y K H S L
Decimal 201 255 0 0.21 0 1 0 72.71 1 0.5
Hex C9 FF 0 15 0 64 0 49 64 32
Octal 311 377 0 25 0 144 0 111 144 62
Binary 11001001 11111111 0 10101 0 1100100 0 1001001 1100100 110010

Color Harmonies of #C9FF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF00

Black with #C9FF00

Text Example


Text Example

White with #C9FF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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