Html Css Color HEX #C4F914 Electric Lime

📋 copy color: '#C4F914'

red 196 ◦ green 249 ◦ blue 20

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

Shades of Electric Lime #C4F914

Tints of Electric Lime #C4F914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.55%

 BLUE value IS 20 (8.2% from 255) = 4.3%

R = 42.15%
G = 53.55%
B = 4.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#C4F914 (or 0xC4F914) is known color: Electric Lime. HEX triplet: C4, F9 and 14. RGB value is (196,249,20). Sum of RGB (Red+Green+Blue) = 196+249+20=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F914 is #3B06EB. Grayscale: #CFCFCF. Windows color (decimal): -3868396 or 1374660. OLE color: 1374660.

HSL color Cylindrical-coordinate representation of color #C4F914: hue angle of 73.89º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4F914 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 249 20 -
CMYK 0.21 0 0.92 0.02
HSL 73.89º 0.95% 0.53% -
HSV(B) 73.89º 0.92% 0.98% -
XYZ 56.77 79.54 13.02 -
YUV 207.05 22.44 120.12 -
System Red Green Blue C M Y K H S L
Decimal 196 249 20 0.21 0 0.92 0.02 73.89 0.95 0.53
Hex C4 F9 14 15 0 5C 2 4A 5F 35
Octal 304 371 24 25 0 134 2 112 137 65
Binary 11000100 11111001 10100 10101 0 1011100 10 1001010 1011111 110101

Color Harmonies of #C4F914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F914

Black with #C4F914

Text Example


Text Example

White with #C4F914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F914; }

 p { color: rgb(196,249,20); }

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

background-color css

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

 a { background-color: rgb(196,249,20); }

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

border-color css

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

 span { border-color: rgb(196,249,20); }

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