Html Css Color HEX #C4FE12 Electric Lime

📋 copy color: '#C4FE12'

red 196 ◦ green 254 ◦ blue 18

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

Shades of Electric Lime #C4FE12

Tints of Electric Lime #C4FE12

RGB

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

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

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

R = 41.88%
G = 54.27%
B = 3.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#C4FE12 (or 0xC4FE12) is known color: Electric Lime. HEX triplet: C4, FE and 12. RGB value is (196,254,18). Sum of RGB (Red+Green+Blue) = 196+254+18=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #C4FE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FE12 is #3B01ED. Grayscale: #D2D2D2. Windows color (decimal): -3867118 or 1244868. OLE color: 1244868.

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

Color convert

RGB 196 254 18 -
CMYK 0.23 0 0.93 0.00
HSL 74.75º 0.99% 0.53% -
HSV(B) 74.75º 0.93% 1% -
XYZ 58.32 82.66 13.45 -
YUV 209.75 19.78 118.19 -
System Red Green Blue C M Y K H S L
Decimal 196 254 18 0.23 0 0.93 0.00 74.75 0.99 0.53
Hex C4 FE 12 17 0 5D 0 4B 63 35
Octal 304 376 22 27 0 135 0 113 143 65
Binary 11000100 11111110 10010 10111 0 1011101 0 1001011 1100011 110101

Color Harmonies of #C4FE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FE12

Black with #C4FE12

Text Example


Text Example

White with #C4FE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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