#C8F502

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

Shades of Electric Lime #C8F502

Tints of Electric Lime #C8F502

Color information

#C8F502 (or 0xC8F502) is unknown color: approx Electric Lime. HEX triplet: C8, F5 and 02. RGB value is (200,245,2). Sum of RGB (Red+Green+Blue) = 200+245+2=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 245 (96.09% from 255 or 54.81% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F502 is #370AFD. Grayscale: #CCCCCC. Windows color (decimal): -3607294 or 193992. OLE color: 193992.

HSL color Cylindrical-coordinate representation of color #C8F502: hue angle of 71.11º 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 #C8F502 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB2002452-
CMYK0.1800.990.04
HSL71.11º98.38%48.43%-
HSV(B)71.11º99.18%96.08%-
XYZ56.4877.5912.06-
YUV203.8414.09125.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 245 (96.09% from 255) = 54.81%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=44.74%
G=54.81%
B=0.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal20024520.1800.990.0471.1198.3848.43
HexC8F52120634476230
Octal3103652220143410714260
Binary110010001111010110100100110001110010001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F502; }

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

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

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

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

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

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

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

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