Html Css Color HEX #C8FC0E Electric Lime

📋 copy color: '#C8FC0E'

red 200 ◦ green 252 ◦ blue 14

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

Shades of Electric Lime #C8FC0E

Tints of Electric Lime #C8FC0E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.08%

 BLUE value IS 14 (5.86% from 255) = 3%

R = 42.92%
G = 54.08%
B = 3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#C8FC0E (or 0xC8FC0E) is known color: Electric Lime. HEX triplet: C8, FC and 0E. RGB value is (200,252,14). Sum of RGB (Red+Green+Blue) = 200+252+14=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FC0E is #3703F1. Grayscale: #D2D2D2. Windows color (decimal): -3605490 or 982216. OLE color: 982216.

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

Color convert

RGB 200 252 14 -
CMYK 0.21 0 0.94 0.01
HSL 73.11º 0.98% 0.52% -
HSV(B) 73.11º 0.94% 0.99% -
XYZ 58.71 81.93 13.14 -
YUV 209.32 17.77 121.35 -
System Red Green Blue C M Y K H S L
Decimal 200 252 14 0.21 0 0.94 0.01 73.11 0.98 0.52
Hex C8 FC E 15 0 5E 1 49 62 34
Octal 310 374 16 25 0 136 1 111 142 64
Binary 11001000 11111100 1110 10101 0 1011110 1 1001001 1100010 110100

Color Harmonies of #C8FC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FC0E

Black with #C8FC0E

Text Example


Text Example

White with #C8FC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FC0E; }

 p { color: rgb(200,252,14); }

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

background-color css

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

 a { background-color: rgb(200,252,14); }

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

border-color css

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

 span { border-color: rgb(200,252,14); }

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