#C7FE00

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

Shades of Electric Lime #C7FE00

Tints of Electric Lime #C7FE00

Color information

#C7FE00 (or 0xC7FE00) is unknown color: approx Electric Lime. HEX triplet: C7, FE and 00. RGB value is (199,254,0). Sum of RGB (Red+Green+Blue) = 199+254+0=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7FE00 is #3801FF. Grayscale: #D1D1D1. Windows color (decimal): -3670528 or 65223. OLE color: 65223.

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

Color convert

RGB1992540-
CMYK0.22010.00
HSL72.99º100%49.8%-
HSV(B)72.99º100%99.61%-
XYZ58.9983.0312.92-
YUV208.610.28121.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 254 (99.61% from 255) = 56.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.93%
G=56.07%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal19925400.22010.0072.9910049.8
HexC7FE0160640496432
Octal3073760260144011114462
Binary110001111111111001011001100100010010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FE00; }

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

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

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

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

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

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

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

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