#C6F902

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

Shades of Electric Lime #C6F902

Tints of Electric Lime #C6F902

Color information

#C6F902 (or 0xC6F902) is unknown color: approx Electric Lime. HEX triplet: C6, F9 and 02. RGB value is (198,249,2). Sum of RGB (Red+Green+Blue) = 198+249+2=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F902 is #3906FD. Grayscale: #CECECE. Windows color (decimal): -3737342 or 195014. OLE color: 195014.

HSL color Cylindrical-coordinate representation of color #C6F902: hue angle of 72.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6F902 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB1982492-
CMYK0.2000.990.02
HSL72.39º98.41%49.22%-
HSV(B)72.39º99.2%97.65%-
XYZ57.1879.7612.44-
YUV205.5913.1122.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 249 (97.66% from 255) = 55.46%
BLUE value IS 2 (1.17% from 255) = 0.45%
R=44.10%
G=55.46%
B=0.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19824920.2000.990.0272.3998.4149.22
HexC6F92140632486231
Octal3063712240143211014261
Binary11000110111110011010100011000111010010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F902; }

 p { color: rgb(198,249,2); }

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

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

 a { background-color: rgb(198,249,2); }

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

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

 span { border-color: rgb(198,249,2); }

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