#C0FC0F

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

Shades of Electric Lime #C0FC0F

Tints of Electric Lime #C0FC0F

Color information

#C0FC0F (or 0xC0FC0F) is unknown color: approx Electric Lime. HEX triplet: C0, FC and 0F. RGB value is (192,252,15). Sum of RGB (Red+Green+Blue) = 192+252+15=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FC0F is #3F03F0. Grayscale: #CFCFCF. Windows color (decimal): -4129777 or 1047744. OLE color: 1047744.

HSL color Cylindrical-coordinate representation of color #C0FC0F: hue angle of 75.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0FC0F is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB19225215-
CMYK0.2400.940.01
HSL75.19º97.53%52.35%-
HSV(B)75.19º94.05%98.82%-
XYZ56.6380.8613.07-
YUV207.0419.62117.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 252 (98.83% from 255) = 54.90%
BLUE value IS 15 (6.25% from 255) = 3.27%
R=41.83%
G=54.90%
B=3.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal192252150.2400.940.0175.1997.5352.35
HexC0FCF1805E14b6234
Octal30037417300136111314264
Binary110000001111110011111100001011110110010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FC0F; }

 p { color: rgb(192,252,15); }

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

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

 a { background-color: rgb(192,252,15); }

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

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

 span { border-color: rgb(192,252,15); }

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