Html Css Color HEX #C8FF11 Electric Lime

📋 copy color: '#C8FF11'

red 200 ◦ green 255 ◦ blue 17

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

Shades of Electric Lime #C8FF11

Tints of Electric Lime #C8FF11

RGB

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

 GREEN value IS 255 (100% from 255) = 54.03%

 BLUE value IS 17 (7.03% from 255) = 3.6%

R = 42.37%
G = 54.03%
B = 3.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#C8FF11 (or 0xC8FF11) is known color: Electric Lime. HEX triplet: C8, FF and 11. RGB value is (200,255,17). Sum of RGB (Red+Green+Blue) = 200+255+17=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 17 (7.03% from 255 or 3.60% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FF11 is #3700EE. Grayscale: #D4D4D4. Windows color (decimal): -3604719 or 1179592. OLE color: 1179592.

HSL color Cylindrical-coordinate representation of color #C8FF11: hue angle of 73.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8FF11 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 200 255 17 -
CMYK 0.22 0 0.93 0
HSL 73.87º 1% 0.53% -
HSV(B) 73.87º 0.93% 1% -
XYZ 59.68 83.84 13.57 -
YUV 211.42 18.28 119.85 -
System Red Green Blue C M Y K H S L
Decimal 200 255 17 0.22 0 0.93 0 73.87 1 0.53
Hex C8 FF 11 16 0 5D 0 4A 64 35
Octal 310 377 21 26 0 135 0 112 144 65
Binary 11001000 11111111 10001 10110 0 1011101 0 1001010 1100100 110101

Color Harmonies of #C8FF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FF11

Black with #C8FF11

Text Example


Text Example

White with #C8FF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FF11; }

 p { color: rgb(200,255,17); }

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

background-color css

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

 a { background-color: rgb(200,255,17); }

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

border-color css

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

 span { border-color: rgb(200,255,17); }

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