#C4FF15

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

Shades of Electric Lime #C4FF15

Tints of Electric Lime #C4FF15

Color information

#C4FF15 (or 0xC4FF15) is unknown color: approx Electric Lime. HEX triplet: C4, FF and 15. RGB value is (196,255,21). Sum of RGB (Red+Green+Blue) = 196+255+21=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 21 (8.59% from 255 or 4.45% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FF15 is #3B00EA. Grayscale: #D3D3D3. Windows color (decimal): -3866859 or 1441732. OLE color: 1441732.

HSL color Cylindrical-coordinate representation of color #C4FF15: hue angle of 75.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4FF15 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB19625521-
CMYK0.2300.920
HSL75.13º100%54.12%-
HSV(B)75.13º91.76%100%-
XYZ58.6683.3113.7-
YUV210.6820.95117.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 255 (100% from 255) = 54.03%
BLUE value IS 21 (8.59% from 255) = 4.45%
R=41.53%
G=54.03%
B=4.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196255210.2300.92075.1310054.12
HexC4FF151705C04b6436
Octal30437725270134011314466
Binary1100010011111111101011011101011100010010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FF15; }

 p { color: rgb(196,255,21); }

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

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

 a { background-color: rgb(196,255,21); }

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

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

 span { border-color: rgb(196,255,21); }

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