Html Css Color HEX #C8F50F Electric Lime

📋 copy color: '#C8F50F'

red 200 ◦ green 245 ◦ blue 15

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

Shades of Electric Lime #C8F50F

Tints of Electric Lime #C8F50F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.26%

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

R = 43.48%
G = 53.26%
B = 3.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#C8F50F (or 0xC8F50F) is known color: Electric Lime. HEX triplet: C8, F5 and 0F. RGB value is (200,245,15). Sum of RGB (Red+Green+Blue) = 200+245+15=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 15 (6.25% from 255 or 3.26% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F50F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F50F is #370AF0. Grayscale: #CECECE. Windows color (decimal): -3607281 or 1045960. OLE color: 1045960.

HSL color Cylindrical-coordinate representation of color #C8F50F: hue angle of 71.74º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8F50F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 245 15 -
CMYK 0.18 0 0.94 0.04
HSL 71.74º 0.92% 0.51% -
HSV(B) 71.74º 0.94% 0.96% -
XYZ 56.56 77.62 12.45 -
YUV 205.33 20.59 124.2 -
System Red Green Blue C M Y K H S L
Decimal 200 245 15 0.18 0 0.94 0.04 71.74 0.92 0.51
Hex C8 F5 F 12 0 5E 4 48 5C 33
Octal 310 365 17 22 0 136 4 110 134 63
Binary 11001000 11110101 1111 10010 0 1011110 100 1001000 1011100 110011

Color Harmonies of #C8F50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F50F

Black with #C8F50F

Text Example


Text Example

White with #C8F50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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