Html Css Color HEX #C9FF0C Electric Lime

📋 copy color: '#C9FF0C'

red 201 ◦ green 255 ◦ blue 12

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

Shades of Electric Lime #C9FF0C

Tints of Electric Lime #C9FF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.56%

R = 42.95%
G = 54.49%
B = 2.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#C9FF0C (or 0xC9FF0C) is known color: Electric Lime. HEX triplet: C9, FF and 0C. RGB value is (201,255,12). Sum of RGB (Red+Green+Blue) = 201+255+12=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9FF0C is #3600F3. Grayscale: #D4D4D4. Windows color (decimal): -3539188 or 851913. OLE color: 851913.

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

Color convert

RGB 201 255 12 -
CMYK 0.21 0 0.95 0
HSL 73.33º 1% 0.52% -
HSV(B) 73.33º 0.95% 1% -
XYZ 59.91 83.96 13.4 -
YUV 211.15 15.61 120.76 -
System Red Green Blue C M Y K H S L
Decimal 201 255 12 0.21 0 0.95 0 73.33 1 0.52
Hex C9 FF C 15 0 5F 0 49 64 34
Octal 311 377 14 25 0 137 0 111 144 64
Binary 11001001 11111111 1100 10101 0 1011111 0 1001001 1100100 110100

Color Harmonies of #C9FF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FF0C

Black with #C9FF0C

Text Example


Text Example

White with #C9FF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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