Html Css Color HEX #C5FC1A Electric Lime

📋 copy color: '#C5FC1A'

red 197 ◦ green 252 ◦ blue 26

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

Shades of Electric Lime #C5FC1A

Tints of Electric Lime #C5FC1A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.05%

 BLUE value IS 26 (10.55% from 255) = 5.47%

R = 41.47%
G = 53.05%
B = 5.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#C5FC1A (or 0xC5FC1A) is known color: Electric Lime. HEX triplet: C5, FC and 1A. RGB value is (197,252,26). Sum of RGB (Red+Green+Blue) = 197+252+26=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FC1A is #3A03E5. Grayscale: #D2D2D2. Windows color (decimal): -3802086 or 1768645. OLE color: 1768645.

HSL color Cylindrical-coordinate representation of color #C5FC1A: hue angle of 74.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5FC1A is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 252 26 -
CMYK 0.22 0 0.90 0.01
HSL 74.6º 0.97% 0.55% -
HSV(B) 74.6º 0.9% 0.99% -
XYZ 58.02 81.57 13.66 -
YUV 209.79 24.28 118.88 -
System Red Green Blue C M Y K H S L
Decimal 197 252 26 0.22 0 0.90 0.01 74.6 0.97 0.55
Hex C5 FC 1A 16 0 5A 1 4B 61 37
Octal 305 374 32 26 0 132 1 113 141 67
Binary 11000101 11111100 11010 10110 0 1011010 1 1001011 1100001 110111

Color Harmonies of #C5FC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FC1A

Black with #C5FC1A

Text Example


Text Example

White with #C5FC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FC1A; }

 p { color: rgb(197,252,26); }

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

background-color css

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

 a { background-color: rgb(197,252,26); }

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

border-color css

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

 span { border-color: rgb(197,252,26); }

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