Html Css Color HEX #C8FA14 Electric Lime

📋 copy color: '#C8FA14'

red 200 ◦ green 250 ◦ blue 20

#C8FA14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #C8FA14

Tints of Electric Lime #C8FA14

RGB

 RED value IS 200 (78.52% from 255) = 42.55%

 GREEN value IS 250 (98.05% from 255) = 53.19%

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 42.55%
G = 53.19%
B = 4.26%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#C8FA14 (or 0xC8FA14) is known color: Electric Lime. HEX triplet: C8, FA and 14. RGB value is (200,250,20). Sum of RGB (Red+Green+Blue) = 200+250+20=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FA14 is #3705EB. Grayscale: #D1D1D1. Windows color (decimal): -3605996 or 1374920. OLE color: 1374920.

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

Color convert

RGB 200 250 20 -
CMYK 0.2 0 0.92 0.02
HSL 73.04º 0.96% 0.53% -
HSV(B) 73.04º 0.92% 0.98% -
XYZ 58.13 80.7 13.17 -
YUV 208.83 21.44 121.7 -
System Red Green Blue C M Y K H S L
Decimal 200 250 20 0.2 0 0.92 0.02 73.04 0.96 0.53
Hex C8 FA 14 14 0 5C 2 49 60 35
Octal 310 372 24 24 0 134 2 111 140 65
Binary 11001000 11111010 10100 10100 0 1011100 10 1001001 1100000 110101

Color Harmonies of #C8FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FA14

Black with #C8FA14

Text Example


Text Example

White with #C8FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FA14; }

 p { color: rgb(200,250,20); }

 H1.HeaderClassName
 {
   color: #C8FA14;
 }
 .AnyTagClassName
 {
   color: #C8FA14;
 }
</style>

background-color css

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

 a { background-color: rgb(200,250,20); }

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

border-color css

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

 span { border-color: rgb(200,250,20); }

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