Html Css Color HEX #C4F503 Electric Lime

📋 copy color: '#C4F503'

red 196 ◦ green 245 ◦ blue 3

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

Shades of Electric Lime #C4F503

Tints of Electric Lime #C4F503

RGB

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

 GREEN value IS 245 (96.09% from 255) = 55.18%

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 44.14%
G = 55.18%
B = 0.68%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#C4F503 (or 0xC4F503) is known color: Electric Lime. HEX triplet: C4, F5 and 03. RGB value is (196,245,3). Sum of RGB (Red+Green+Blue) = 196+245+3=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 245 (96.09% from 255 or 55.18% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F503 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F503 is #3B0AFC. Grayscale: #CBCBCB. Windows color (decimal): -3869437 or 259524. OLE color: 259524.

HSL color Cylindrical-coordinate representation of color #C4F503: hue angle of 72.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4F503 is Cyan = 0.2, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 245 3 -
CMYK 0.2 0 0.99 0.04
HSL 72.15º 0.98% 0.49% -
HSV(B) 72.15º 0.99% 0.96% -
XYZ 55.43 77.05 12.04 -
YUV 202.76 15.27 123.18 -
System Red Green Blue C M Y K H S L
Decimal 196 245 3 0.2 0 0.99 0.04 72.15 0.98 0.49
Hex C4 F5 3 14 0 63 4 48 62 31
Octal 304 365 3 24 0 143 4 110 142 61
Binary 11000100 11110101 11 10100 0 1100011 100 1001000 1100010 110001

Color Harmonies of #C4F503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F503

Black with #C4F503

Text Example


Text Example

White with #C4F503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F503; }

 p { color: rgb(196,245,3); }

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

background-color css

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

 a { background-color: rgb(196,245,3); }

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

border-color css

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

 span { border-color: rgb(196,245,3); }

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