Html Css Color HEX #C4FE06 Electric Lime

📋 copy color: '#C4FE06'

red 196 ◦ green 254 ◦ blue 6

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

Shades of Electric Lime #C4FE06

Tints of Electric Lime #C4FE06

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.7%

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 42.98%
G = 55.7%
B = 1.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#C4FE06 (or 0xC4FE06) is known color: Electric Lime. HEX triplet: C4, FE and 06. RGB value is (196,254,6). Sum of RGB (Red+Green+Blue) = 196+254+6=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FE06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FE06 is #3B01F9. Grayscale: #D1D1D1. Windows color (decimal): -3867130 or 458436. OLE color: 458436.

HSL color Cylindrical-coordinate representation of color #C4FE06: hue angle of 74.03º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4FE06 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 254 6 -
CMYK 0.23 0 0.98 0.00
HSL 74.03º 0.99% 0.51% -
HSV(B) 74.03º 0.98% 1% -
XYZ 58.24 82.63 13.05 -
YUV 208.39 13.78 119.17 -
System Red Green Blue C M Y K H S L
Decimal 196 254 6 0.23 0 0.98 0.00 74.03 0.99 0.51
Hex C4 FE 6 17 0 62 0 4A 63 33
Octal 304 376 6 27 0 142 0 112 143 63
Binary 11000100 11111110 110 10111 0 1100010 0 1001010 1100011 110011

Color Harmonies of #C4FE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FE06

Black with #C4FE06

Text Example


Text Example

White with #C4FE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FE06; }

 p { color: rgb(196,254,6); }

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

background-color css

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

 a { background-color: rgb(196,254,6); }

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

border-color css

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

 span { border-color: rgb(196,254,6); }

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