Html Css Color HEX #C8FB12 Electric Lime

📋 copy color: '#C8FB12'

red 200 ◦ green 251 ◦ blue 18

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

Shades of Electric Lime #C8FB12

Tints of Electric Lime #C8FB12

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.52%

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

R = 42.64%
G = 53.52%
B = 3.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#C8FB12 (or 0xC8FB12) is known color: Electric Lime. HEX triplet: C8, FB and 12. RGB value is (200,251,18). Sum of RGB (Red+Green+Blue) = 200+251+18=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FB12 is #3704ED. Grayscale: #D2D2D2. Windows color (decimal): -3605742 or 1244104. OLE color: 1244104.

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

Color convert

RGB 200 251 18 -
CMYK 0.20 0 0.93 0.02
HSL 73.13º 0.97% 0.53% -
HSV(B) 73.13º 0.93% 0.98% -
XYZ 58.43 81.32 13.19 -
YUV 209.19 20.1 121.45 -
System Red Green Blue C M Y K H S L
Decimal 200 251 18 0.20 0 0.93 0.02 73.13 0.97 0.53
Hex C8 FB 12 14 0 5D 2 49 61 35
Octal 310 373 22 24 0 135 2 111 141 65
Binary 11001000 11111011 10010 10100 0 1011101 10 1001001 1100001 110101

Color Harmonies of #C8FB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FB12

Black with #C8FB12

Text Example


Text Example

White with #C8FB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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