#C8F212

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

Shades of Electric Lime #C8F212

Tints of Electric Lime #C8F212

Color information

#C8F212 (or 0xC8F212) is unknown color: approx Electric Lime. HEX triplet: C8, F2 and 12. RGB value is (200,242,18). Sum of RGB (Red+Green+Blue) = 200+242+18=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F212 is #370DED. Grayscale: #CCCCCC. Windows color (decimal): -3608046 or 1241800. OLE color: 1241800.

HSL color Cylindrical-coordinate representation of color #C8F212: hue angle of 71.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8F212 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB20024218-
CMYK0.1700.930.05
HSL71.25º89.6%50.98%-
HSV(B)71.25º92.56%94.9%-
XYZ55.6875.8312.27-
YUV203.9123.09125.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 242 (94.92% from 255) = 52.61%
BLUE value IS 18 (7.42% from 255) = 3.91%
R=43.48%
G=52.61%
B=3.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal200242180.1700.930.0571.2589.650.98
HexC8F2121105D5475a33
Octal31036222210135510713263
Binary110010001111001010010100010101110110110001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F212; }

 p { color: rgb(200,242,18); }

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

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

 a { background-color: rgb(200,242,18); }

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

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

 span { border-color: rgb(200,242,18); }

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