#C7F318

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

Shades of Electric Lime #C7F318

Tints of Electric Lime #C7F318

Color information

#C7F318 (or 0xC7F318) is unknown color: approx Electric Lime. HEX triplet: C7, F3 and 18. RGB value is (199,243,24). Sum of RGB (Red+Green+Blue) = 199+243+24=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F318 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F318 is #380CE7. Grayscale: #CDCDCD. Windows color (decimal): -3673320 or 1635271. OLE color: 1635271.

HSL color Cylindrical-coordinate representation of color #C7F318: hue angle of 72.05º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7F318 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB19924324-
CMYK0.1800.900.05
HSL72.05º90.12%52.35%-
HSV(B)72.05º90.12%95.29%-
XYZ55.7776.3112.65-
YUV204.8825.92123.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 243 (95.31% from 255) = 52.15%
BLUE value IS 24 (9.77% from 255) = 5.15%
R=42.70%
G=52.15%
B=5.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal199243240.1800.900.0572.0590.1252.35
HexC7F3181205A5485a34
Octal30736330220132511013264
Binary110001111111001111000100100101101010110010001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F318; }

 p { color: rgb(199,243,24); }

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

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

 a { background-color: rgb(199,243,24); }

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

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

 span { border-color: rgb(199,243,24); }

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