Html Css Color HEX #C9FE00 Electric Lime

📋 copy color: '#C9FE00'

red 201 ◦ green 254 ◦ blue 0

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

Shades of Electric Lime #C9FE00

Tints of Electric Lime #C9FE00

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.82%

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

R = 44.18%
G = 55.82%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#C9FE00 (or 0xC9FE00) is known color: Electric Lime. HEX triplet: C9, FE and 00. RGB value is (201,254,0). Sum of RGB (Red+Green+Blue) = 201+254+0=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FE00 is #3601FF. Grayscale: #D2D2D2. Windows color (decimal): -3539456 or 65225. OLE color: 65225.

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

Color convert

RGB 201 254 0 -
CMYK 0.21 0 1 0.00
HSL 72.52º 1% 0.5% -
HSV(B) 72.52º 1% 1% -
XYZ 59.53 83.3 12.94 -
YUV 209.2 9.94 122.15 -
System Red Green Blue C M Y K H S L
Decimal 201 254 0 0.21 0 1 0.00 72.52 1 0.5
Hex C9 FE 0 15 0 64 0 49 64 32
Octal 311 376 0 25 0 144 0 111 144 62
Binary 11001001 11111110 0 10101 0 1100100 0 1001001 1100100 110010

Color Harmonies of #C9FE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FE00

Black with #C9FE00

Text Example


Text Example

White with #C9FE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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