Html Css Color HEX #C8F312 Electric Lime

📋 copy color: '#C8F312'

red 200 ◦ green 243 ◦ blue 18

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

Shades of Electric Lime #C8F312

Tints of Electric Lime #C8F312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.71%

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

R = 43.38%
G = 52.71%
B = 3.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#C8F312 (or 0xC8F312) is known color: Electric Lime. HEX triplet: C8, F3 and 12. RGB value is (200,243,18). Sum of RGB (Red+Green+Blue) = 200+243+18=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 243 (95.31% from 255 or 52.71% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F312 is #370CED. Grayscale: #CDCDCD. Windows color (decimal): -3607790 or 1242056. OLE color: 1242056.

HSL color Cylindrical-coordinate representation of color #C8F312: hue angle of 71.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8F312 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 243 18 -
CMYK 0.18 0 0.93 0.05
HSL 71.47º 0.9% 0.51% -
HSV(B) 71.47º 0.93% 0.95% -
XYZ 55.98 76.42 12.37 -
YUV 204.49 22.75 124.8 -
System Red Green Blue C M Y K H S L
Decimal 200 243 18 0.18 0 0.93 0.05 71.47 0.9 0.51
Hex C8 F3 12 12 0 5D 5 47 5A 33
Octal 310 363 22 22 0 135 5 107 132 63
Binary 11001000 11110011 10010 10010 0 1011101 101 1000111 1011010 110011

Color Harmonies of #C8F312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F312

Black with #C8F312

Text Example


Text Example

White with #C8F312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F312; }

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

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

background-color css

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

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

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

border-color css

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

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

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