Html Css Color HEX #C8FD13 Electric Lime

📋 copy color: '#C8FD13'

red 200 ◦ green 253 ◦ blue 19

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

Shades of Electric Lime #C8FD13

Tints of Electric Lime #C8FD13

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.6%

 BLUE value IS 19 (7.81% from 255) = 4.03%

R = 42.37%
G = 53.6%
B = 4.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#C8FD13 (or 0xC8FD13) is known color: Electric Lime. HEX triplet: C8, FD and 13. RGB value is (200,253,19). Sum of RGB (Red+Green+Blue) = 200+253+19=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FD13 is #3702EC. Grayscale: #D3D3D3. Windows color (decimal): -3605229 or 1310152. OLE color: 1310152.

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

Color convert

RGB 200 253 19 -
CMYK 0.21 0 0.92 0.01
HSL 73.59º 0.98% 0.53% -
HSV(B) 73.59º 0.92% 0.99% -
XYZ 59.06 82.58 13.44 -
YUV 210.48 19.94 120.53 -
System Red Green Blue C M Y K H S L
Decimal 200 253 19 0.21 0 0.92 0.01 73.59 0.98 0.53
Hex C8 FD 13 15 0 5C 1 4A 62 35
Octal 310 375 23 25 0 134 1 112 142 65
Binary 11001000 11111101 10011 10101 0 1011100 1 1001010 1100010 110101

Color Harmonies of #C8FD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FD13

Black with #C8FD13

Text Example


Text Example

White with #C8FD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FD13; }

 p { color: rgb(200,253,19); }

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

background-color css

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

 a { background-color: rgb(200,253,19); }

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

border-color css

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

 span { border-color: rgb(200,253,19); }

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