Html Css Color HEX #C8FB01 Electric Lime

📋 copy color: '#C8FB01'

red 200 ◦ green 251 ◦ blue 1

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

Shades of Electric Lime #C8FB01

Tints of Electric Lime #C8FB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 44.25%
G = 55.53%
B = 0.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#C8FB01 (or 0xC8FB01) is known color: Electric Lime. HEX triplet: C8, FB and 01. RGB value is (200,251,1). Sum of RGB (Red+Green+Blue) = 200+251+1=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 251 (98.44% from 255 or 55.53% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8FB01 is #3704FE. Grayscale: #D0D0D0. Windows color (decimal): -3605759 or 129992. OLE color: 129992.

HSL color Cylindrical-coordinate representation of color #C8FB01: hue angle of 72.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8FB01 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 251 1 -
CMYK 0.20 0 1.00 0.02
HSL 72.24º 0.99% 0.49% -
HSV(B) 72.24º 1% 0.98% -
XYZ 58.32 81.28 12.64 -
YUV 207.25 11.6 122.83 -
System Red Green Blue C M Y K H S L
Decimal 200 251 1 0.20 0 1.00 0.02 72.24 0.99 0.49
Hex C8 FB 1 14 0 64 2 48 63 31
Octal 310 373 1 24 0 144 2 110 143 61
Binary 11001000 11111011 1 10100 0 1100100 10 1001000 1100011 110001

Color Harmonies of #C8FB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FB01

Black with #C8FB01

Text Example


Text Example

White with #C8FB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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