#C7F502

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

Shades of Electric Lime #C7F502

Tints of Electric Lime #C7F502

Color information

#C7F502 (or 0xC7F502) is unknown color: approx Electric Lime. HEX triplet: C7, F5 and 02. RGB value is (199,245,2). Sum of RGB (Red+Green+Blue) = 199+245+2=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 245 (96.09% from 255 or 54.93% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F502 is #380AFD. Grayscale: #CCCCCC. Windows color (decimal): -3672830 or 193991. OLE color: 193991.

HSL color Cylindrical-coordinate representation of color #C7F502: hue angle of 71.36º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7F502 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB1992452-
CMYK0.1900.990.04
HSL71.36º98.38%48.43%-
HSV(B)71.36º99.18%96.08%-
XYZ56.2277.4512.04-
YUV203.5414.26124.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 245 (96.09% from 255) = 54.93%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=44.62%
G=54.93%
B=0.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal19924520.1900.990.0471.3698.3848.43
HexC7F52130634476230
Octal3073652230143410714260
Binary110001111111010110100110110001110010001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F502; }

 p { color: rgb(199,245,2); }

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

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

 a { background-color: rgb(199,245,2); }

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

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

 span { border-color: rgb(199,245,2); }

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