#C8F318

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

Shades of Electric Lime #C8F318

Tints of Electric Lime #C8F318

Color information

#C8F318 (or 0xC8F318) is unknown color: approx Electric Lime. HEX triplet: C8, F3 and 18. RGB value is (200,243,24). Sum of RGB (Red+Green+Blue) = 200+243+24=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F318 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F318 is #370CE7. Grayscale: #CECECE. Windows color (decimal): -3607784 or 1635272. OLE color: 1635272.

HSL color Cylindrical-coordinate representation of color #C8F318: hue angle of 71.78º 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 #C8F318 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB20024324-
CMYK0.1800.900.05
HSL71.78º90.12%52.35%-
HSV(B)71.78º90.12%95.29%-
XYZ56.0376.4512.67-
YUV205.1825.75124.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 243 (95.31% from 255) = 52.03%
BLUE value IS 24 (9.77% from 255) = 5.14%
R=42.83%
G=52.03%
B=5.14%

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
Decimal200243240.1800.900.0571.7890.1252.35
HexC8F3181205A5485a34
Octal31036330220132511013264
Binary110010001111001111000100100101101010110010001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F318; }

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

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

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

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

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

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

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

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