Html Css Color HEX #C8FE12 Electric Lime

📋 copy color: '#C8FE12'

red 200 ◦ green 254 ◦ blue 18

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

Shades of Electric Lime #C8FE12

Tints of Electric Lime #C8FE12

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.81%

 BLUE value IS 18 (7.42% from 255) = 3.81%

R = 42.37%
G = 53.81%
B = 3.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#C8FE12 (or 0xC8FE12) is known color: Electric Lime. HEX triplet: C8, FE and 12. RGB value is (200,254,18). Sum of RGB (Red+Green+Blue) = 200+254+18=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FE12 is #3701ED. Grayscale: #D3D3D3. Windows color (decimal): -3604974 or 1244872. OLE color: 1244872.

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

Color convert

RGB 200 254 18 -
CMYK 0.21 0 0.93 0.00
HSL 73.73º 0.99% 0.53% -
HSV(B) 73.73º 0.93% 1% -
XYZ 59.37 83.21 13.5 -
YUV 210.95 19.11 120.19 -
System Red Green Blue C M Y K H S L
Decimal 200 254 18 0.21 0 0.93 0.00 73.73 0.99 0.53
Hex C8 FE 12 15 0 5D 0 4A 63 35
Octal 310 376 22 25 0 135 0 112 143 65
Binary 11001000 11111110 10010 10101 0 1011101 0 1001010 1100011 110101

Color Harmonies of #C8FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FE12

Black with #C8FE12

Text Example


Text Example

White with #C8FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FE12; }

 p { color: rgb(200,254,18); }

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

background-color css

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

 a { background-color: rgb(200,254,18); }

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

border-color css

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

 span { border-color: rgb(200,254,18); }

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