Html Css Color HEX #C5FA16 Electric Lime

📋 copy color: '#C5FA16'

red 197 ◦ green 250 ◦ blue 22

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

Shades of Electric Lime #C5FA16

Tints of Electric Lime #C5FA16

RGB

 RED value IS 197 (77.34% from 255) = 42%

 GREEN value IS 250 (98.05% from 255) = 53.3%

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

R = 42%
G = 53.3%
B = 4.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#C5FA16 (or 0xC5FA16) is known color: Electric Lime. HEX triplet: C5, FA and 16. RGB value is (197,250,22). Sum of RGB (Red+Green+Blue) = 197+250+22=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA16 is #3A05E9. Grayscale: #D1D1D1. Windows color (decimal): -3802602 or 1505989. OLE color: 1505989.

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

Color convert

RGB 197 250 22 -
CMYK 0.21 0 0.91 0.02
HSL 73.95º 0.96% 0.53% -
HSV(B) 73.95º 0.91% 0.98% -
XYZ 57.36 80.3 13.24 -
YUV 208.16 22.94 120.04 -
System Red Green Blue C M Y K H S L
Decimal 197 250 22 0.21 0 0.91 0.02 73.95 0.96 0.53
Hex C5 FA 16 15 0 5B 2 4A 60 35
Octal 305 372 26 25 0 133 2 112 140 65
Binary 11000101 11111010 10110 10101 0 1011011 10 1001010 1100000 110101

Color Harmonies of #C5FA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FA16

Black with #C5FA16

Text Example


Text Example

White with #C5FA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FA16; }

 p { color: rgb(197,250,22); }

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

background-color css

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

 a { background-color: rgb(197,250,22); }

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

border-color css

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

 span { border-color: rgb(197,250,22); }

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