Html Css Color HEX #C4F516 Electric Lime

📋 copy color: '#C4F516'

red 196 ◦ green 245 ◦ blue 22

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

Shades of Electric Lime #C4F516

Tints of Electric Lime #C4F516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.75%

R = 42.33%
G = 52.92%
B = 4.75%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#C4F516 (or 0xC4F516) is known color: Electric Lime. HEX triplet: C4, F5 and 16. RGB value is (196,245,22). Sum of RGB (Red+Green+Blue) = 196+245+22=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 245 (96.09% from 255 or 52.92% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F516 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F516 is #3B0AE9. Grayscale: #CDCDCD. Windows color (decimal): -3869418 or 1504708. OLE color: 1504708.

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

Color convert

RGB 196 245 22 -
CMYK 0.2 0 0.91 0.04
HSL 73.18º 0.92% 0.52% -
HSV(B) 73.18º 0.91% 0.96% -
XYZ 55.56 77.1 12.71 -
YUV 204.93 24.77 121.63 -
System Red Green Blue C M Y K H S L
Decimal 196 245 22 0.2 0 0.91 0.04 73.18 0.92 0.52
Hex C4 F5 16 14 0 5B 4 49 5C 34
Octal 304 365 26 24 0 133 4 111 134 64
Binary 11000100 11110101 10110 10100 0 1011011 100 1001001 1011100 110100

Color Harmonies of #C4F516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F516

Black with #C4F516

Text Example


Text Example

White with #C4F516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F516; }

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

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

background-color css

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

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

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

border-color css

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

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

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