Html Css Color HEX #C4F005 Electric Lime

📋 copy color: '#C4F005'

red 196 ◦ green 240 ◦ blue 5

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

Shades of Electric Lime #C4F005

Tints of Electric Lime #C4F005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 44.44%
G = 54.42%
B = 1.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#C4F005 (or 0xC4F005) is known color: Electric Lime. HEX triplet: C4, F0 and 05. RGB value is (196,240,5). Sum of RGB (Red+Green+Blue) = 196+240+5=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 240 (94.14% from 255 or 54.42% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F005 is #3B0FFA. Grayscale: #C8C8C8. Windows color (decimal): -3870715 or 389316. OLE color: 389316.

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

Color convert

RGB 196 240 5 -
CMYK 0.18 0 0.98 0.06
HSL 71.23º 0.96% 0.48% -
HSV(B) 71.23º 0.98% 0.94% -
XYZ 53.95 74.07 11.6 -
YUV 200.05 17.92 125.11 -
System Red Green Blue C M Y K H S L
Decimal 196 240 5 0.18 0 0.98 0.06 71.23 0.96 0.48
Hex C4 F0 5 12 0 62 6 47 60 30
Octal 304 360 5 22 0 142 6 107 140 60
Binary 11000100 11110000 101 10010 0 1100010 110 1000111 1100000 110000

Color Harmonies of #C4F005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F005

Black with #C4F005

Text Example


Text Example

White with #C4F005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F005; }

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

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

background-color css

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

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

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

border-color css

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

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

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