Html Css Color HEX #C4F00F Electric Lime

📋 copy color: '#C4F00F'

red 196 ◦ green 240 ◦ blue 15

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

Shades of Electric Lime #C4F00F

Tints of Electric Lime #C4F00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.22%

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 43.46%
G = 53.22%
B = 3.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#C4F00F (or 0xC4F00F) is known color: Electric Lime. HEX triplet: C4, F0 and 0F. RGB value is (196,240,15). Sum of RGB (Red+Green+Blue) = 196+240+15=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F00F is #3B0FF0. Grayscale: #CACACA. Windows color (decimal): -3870705 or 1044676. OLE color: 1044676.

HSL color Cylindrical-coordinate representation of color #C4F00F: hue angle of 71.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4F00F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 15 -
CMYK 0.18 0 0.94 0.06
HSL 71.73º 0.88% 0.5% -
HSV(B) 71.73º 0.94% 0.94% -
XYZ 54.01 74.09 11.91 -
YUV 201.19 22.92 124.3 -
System Red Green Blue C M Y K H S L
Decimal 196 240 15 0.18 0 0.94 0.06 71.73 0.88 0.5
Hex C4 F0 F 12 0 5E 6 48 58 32
Octal 304 360 17 22 0 136 6 110 130 62
Binary 11000100 11110000 1111 10010 0 1011110 110 1001000 1011000 110010

Color Harmonies of #C4F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F00F

Black with #C4F00F

Text Example


Text Example

White with #C4F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F00F; }

 p { color: rgb(196,240,15); }

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

background-color css

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

 a { background-color: rgb(196,240,15); }

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

border-color css

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

 span { border-color: rgb(196,240,15); }

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