#C9F814

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

Shades of Electric Lime #C9F814

Tints of Electric Lime #C9F814

Color information

#C9F814 (or 0xC9F814) is unknown color: approx Electric Lime. HEX triplet: C9, F8 and 14. RGB value is (201,248,20). Sum of RGB (Red+Green+Blue) = 201+248+20=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 248 (97.27% from 255 or 52.88% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F814 is #3607EB. Grayscale: #D0D0D0. Windows color (decimal): -3540972 or 1374409. OLE color: 1374409.

HSL color Cylindrical-coordinate representation of color #C9F814: hue angle of 72.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9F814 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB20124820-
CMYK0.1900.920.03
HSL72.37º94.21%52.55%-
HSV(B)72.37º91.94%97.25%-
XYZ57.7879.612.98-
YUV207.9621.93123.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.86%
GREEN value IS 248 (97.27% from 255) = 52.88%
BLUE value IS 20 (8.20% from 255) = 4.26%
R=42.86%
G=52.88%
B=4.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201248200.1900.920.0372.3794.2152.55
HexC9F8141305C3485e35
Octal31137024230134311013665
Binary11001001111110001010010011010111001110010001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F814; }

 p { color: rgb(201,248,20); }

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

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

 a { background-color: rgb(201,248,20); }

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

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

 span { border-color: rgb(201,248,20); }

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