#C7FB1A

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

Shades of Electric Lime #C7FB1A

Tints of Electric Lime #C7FB1A

Color information

#C7FB1A (or 0xC7FB1A) is unknown color: approx Electric Lime. HEX triplet: C7, FB and 1A. RGB value is (199,251,26). Sum of RGB (Red+Green+Blue) = 199+251+26=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FB1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7FB1A is #3804E5. Grayscale: #D2D2D2. Windows color (decimal): -3671270 or 1768391. OLE color: 1768391.

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

Color convert

RGB19925126-
CMYK0.2100.900.02
HSL73.87º96.57%54.31%-
HSV(B)73.87º89.64%98.43%-
XYZ58.2481.2113.58-
YUV209.824.27120.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 251 (98.44% from 255) = 52.73%
BLUE value IS 26 (10.55% from 255) = 5.46%
R=41.81%
G=52.73%
B=5.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal199251260.2100.900.0273.8796.5754.31
HexC7FB1A1505A24a6136
Octal30737332250132211214166
Binary11000111111110111101010101010110101010010101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FB1A; }

 p { color: rgb(199,251,26); }

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

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

 a { background-color: rgb(199,251,26); }

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

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

 span { border-color: rgb(199,251,26); }

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