#C2FF14

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

Shades of Electric Lime #C2FF14

Tints of Electric Lime #C2FF14

Color information

#C2FF14 (or 0xC2FF14) is unknown color: approx Electric Lime. HEX triplet: C2, FF and 14. RGB value is (194,255,20). Sum of RGB (Red+Green+Blue) = 194+255+20=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FF14 is #3D00EB. Grayscale: #D2D2D2. Windows color (decimal): -3997932 or 1376194. OLE color: 1376194.

HSL color Cylindrical-coordinate representation of color #C2FF14: hue angle of 75.57º 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 #C2FF14 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB19425520-
CMYK0.2400.920
HSL75.57º100%53.92%-
HSV(B)75.57º92.16%100%-
XYZ58.1383.0413.63-
YUV209.9720.79116.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 255 (100% from 255) = 54.37%
BLUE value IS 20 (8.20% from 255) = 4.26%
R=41.36%
G=54.37%
B=4.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194255200.2400.92075.5710053.92
HexC2FF141805C04c6436
Octal30237724300134011414466
Binary1100001011111111101001100001011100010011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF14; }

 p { color: rgb(194,255,20); }

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

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

 a { background-color: rgb(194,255,20); }

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

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

 span { border-color: rgb(194,255,20); }

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