#C2FA07

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

Shades of Electric Lime #C2FA07

Tints of Electric Lime #C2FA07

Color information

#C2FA07 (or 0xC2FA07) is unknown color: approx Electric Lime. HEX triplet: C2, FA and 07. RGB value is (194,250,7). Sum of RGB (Red+Green+Blue) = 194+250+7=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FA07 is #3D05F8. Grayscale: #CECECE. Windows color (decimal): -3999225 or 522946. OLE color: 522946.

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

Color convert

RGB1942507-
CMYK0.2200.970.02
HSL73.83º96.05%50.39%-
HSV(B)73.83º97.2%98.04%-
XYZ56.4779.8612.64-
YUV205.5515.95119.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 250 (98.05% from 255) = 55.43%
BLUE value IS 7 (3.12% from 255) = 1.55%
R=43.02%
G=55.43%
B=1.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19425070.2200.970.0273.8396.0550.39
HexC2FA71606124a6032
Octal3023727260141211214062
Binary110000101111101011110110011000011010010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FA07; }

 p { color: rgb(194,250,7); }

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

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

 a { background-color: rgb(194,250,7); }

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

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

 span { border-color: rgb(194,250,7); }

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