#c8ff1f

Color #C8FF1F Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #C8FF1F

Tints of Electric Lime #C8FF1F

Color information

#C8FF1F (or 0xC8FF1F) is unknown color: approx Electric Lime. HEX triplet: C8, FF and 1F. RGB value is (200,255,31). Sum of RGB (Red+Green+Blue) = 200+255+31=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 31 (12.5% from 255 or 6.38% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FF1F is #3700E0. Grayscale: #D5D5D5. Windows color (decimal): -3604705 or 2097096. OLE color: 2097096.

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

Color convert

RGB20025531-
CMYK0.2200.880
HSL74.73º100%56.08%-
HSV(B)74.73º87.84%100%-
XYZ59.8383.914.34-
YUV213.0225.28118.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 255 (100% from 255) = 52.47%
BLUE value IS 31 (12.5% from 255) = 6.38%
R=41.15%
G=52.47%
B=6.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal200255310.2200.88074.7310056.08
HexC8FF1F1605804b6438
Octal31037737260130011314470
Binary1100100011111111111111011001011000010010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8ff1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8ff1f; }

 p { color: rgb(200,255,31); }

 H1.HeaderClassName
 {
   color: #c8ff1f;
 }
 .AnyTagClassName
 {
   color: #c8ff1f;
 }
</style>
background-color css

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

 a { background-color: rgb(200,255,31); }

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

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

 span { border-color: rgb(200,255,31); }

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