Html Css Color HEX #C4FB00 Electric Lime

📋 copy color: '#C4FB00'

red 196 ◦ green 251 ◦ blue 0

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

Shades of Electric Lime #C4FB00

Tints of Electric Lime #C4FB00

RGB

 RED value IS 196 (76.95% from 255) = 43.85%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.85%
G = 56.15%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#C4FB00 (or 0xC4FB00) is known color: Electric Lime. HEX triplet: C4, FB and 00. RGB value is (196,251,0). Sum of RGB (Red+Green+Blue) = 196+251+0=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 251 (98.44% from 255 or 56.15% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FB00 is #3B04FF. Grayscale: #CECECE. Windows color (decimal): -3867904 or 64452. OLE color: 64452.

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

Color convert

RGB 196 251 0 -
CMYK 0.22 0 1 0.02
HSL 73.15º 1% 0.49% -
HSV(B) 73.15º 1% 0.98% -
XYZ 57.26 80.73 12.56 -
YUV 205.94 11.78 120.91 -
System Red Green Blue C M Y K H S L
Decimal 196 251 0 0.22 0 1 0.02 73.15 1 0.49
Hex C4 FB 0 16 0 64 2 49 64 31
Octal 304 373 0 26 0 144 2 111 144 61
Binary 11000100 11111011 0 10110 0 1100100 10 1001001 1100100 110001

Color Harmonies of #C4FB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FB00

Black with #C4FB00

Text Example


Text Example

White with #C4FB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FB00; }

 p { color: rgb(196,251,0); }

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

background-color css

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

 a { background-color: rgb(196,251,0); }

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

border-color css

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

 span { border-color: rgb(196,251,0); }

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