#C4F906

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

Shades of Electric Lime #C4F906

Tints of Electric Lime #C4F906

Color information

#C4F906 (or 0xC4F906) is unknown color: approx Electric Lime. HEX triplet: C4, F9 and 06. RGB value is (196,249,6). Sum of RGB (Red+Green+Blue) = 196+249+6=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F906 is #3B06F9. Grayscale: #CECECE. Windows color (decimal): -3868410 or 457156. OLE color: 457156.

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

Color convert

RGB1962496-
CMYK0.2100.980.02
HSL73.09º95.29%50%-
HSV(B)73.09º97.59%97.65%-
XYZ56.6779.512.53-
YUV205.4515.44121.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 249 (97.66% from 255) = 55.21%
BLUE value IS 6 (2.73% from 255) = 1.33%
R=43.46%
G=55.21%
B=1.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19624960.2100.980.0273.0995.2950
HexC4F96150622495f32
Octal3043716250142211113762
Binary110001001111100111010101011000101010010011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F906; }

 p { color: rgb(196,249,6); }

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

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

 a { background-color: rgb(196,249,6); }

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

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

 span { border-color: rgb(196,249,6); }

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