Html Css Color HEX #C8EF0F Electric Lime

📋 copy color: '#C8EF0F'

red 200 ◦ green 239 ◦ blue 15

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

Shades of Electric Lime #C8EF0F

Tints of Electric Lime #C8EF0F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.64%

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 44.05%
G = 52.64%
B = 3.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#C8EF0F (or 0xC8EF0F) is known color: Electric Lime. HEX triplet: C8, EF and 0F. RGB value is (200,239,15). Sum of RGB (Red+Green+Blue) = 200+239+15=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8EF0F is #3710F0. Grayscale: #CACACA. Windows color (decimal): -3608817 or 1044424. OLE color: 1044424.

HSL color Cylindrical-coordinate representation of color #C8EF0F: hue angle of 70.45º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8EF0F is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 239 15 -
CMYK 0.16 0 0.94 0.06
HSL 70.45º 0.88% 0.5% -
HSV(B) 70.45º 0.94% 0.94% -
XYZ 54.77 74.05 11.86 -
YUV 201.8 22.58 126.71 -
System Red Green Blue C M Y K H S L
Decimal 200 239 15 0.16 0 0.94 0.06 70.45 0.88 0.5
Hex C8 EF F 10 0 5E 6 46 58 32
Octal 310 357 17 20 0 136 6 106 130 62
Binary 11001000 11101111 1111 10000 0 1011110 110 1000110 1011000 110010

Color Harmonies of #C8EF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EF0F

Black with #C8EF0F

Text Example


Text Example

White with #C8EF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EF0F; }

 p { color: rgb(200,239,15); }

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

background-color css

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

 a { background-color: rgb(200,239,15); }

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

border-color css

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

 span { border-color: rgb(200,239,15); }

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