Html Css Color HEX #C8FC0F Electric Lime

📋 copy color: '#C8FC0F'

red 200 ◦ green 252 ◦ blue 15

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

Shades of Electric Lime #C8FC0F

Tints of Electric Lime #C8FC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 42.83%
G = 53.96%
B = 3.21%

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

#C8FC0F (or 0xC8FC0F) is known color: Electric Lime. HEX triplet: C8, FC and 0F. RGB value is (200,252,15). Sum of RGB (Red+Green+Blue) = 200+252+15=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FC0F is #3703F0. Grayscale: #D2D2D2. Windows color (decimal): -3605489 or 1047752. OLE color: 1047752.

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

Color convert

RGB 200 252 15 -
CMYK 0.21 0 0.94 0.01
HSL 73.16º 0.98% 0.52% -
HSV(B) 73.16º 0.94% 0.99% -
XYZ 58.72 81.93 13.17 -
YUV 209.43 18.27 121.27 -
System Red Green Blue C M Y K H S L
Decimal 200 252 15 0.21 0 0.94 0.01 73.16 0.98 0.52
Hex C8 FC F 15 0 5E 1 49 62 34
Octal 310 374 17 25 0 136 1 111 142 64
Binary 11001000 11111100 1111 10101 0 1011110 1 1001001 1100010 110100

Color Harmonies of #C8FC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FC0F

Black with #C8FC0F

Text Example


Text Example

White with #C8FC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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