Html Css Color HEX #C5F816 Electric Lime

📋 copy color: '#C5F816'

red 197 ◦ green 248 ◦ blue 22

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

Shades of Electric Lime #C5F816

Tints of Electric Lime #C5F816

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.1%

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

R = 42.18%
G = 53.1%
B = 4.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#C5F816 (or 0xC5F816) is known color: Electric Lime. HEX triplet: C5, F8 and 16. RGB value is (197,248,22). Sum of RGB (Red+Green+Blue) = 197+248+22=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F816 is #3A07E9. Grayscale: #CFCFCF. Windows color (decimal): -3803114 or 1505477. OLE color: 1505477.

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

Color convert

RGB 197 248 22 -
CMYK 0.21 0 0.91 0.03
HSL 73.54º 0.94% 0.53% -
HSV(B) 73.54º 0.91% 0.97% -
XYZ 56.74 79.06 13.03 -
YUV 206.99 23.6 120.88 -
System Red Green Blue C M Y K H S L
Decimal 197 248 22 0.21 0 0.91 0.03 73.54 0.94 0.53
Hex C5 F8 16 15 0 5B 3 4A 5E 35
Octal 305 370 26 25 0 133 3 112 136 65
Binary 11000101 11111000 10110 10101 0 1011011 11 1001010 1011110 110101

Color Harmonies of #C5F816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F816

Black with #C5F816

Text Example


Text Example

White with #C5F816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F816; }

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

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

background-color css

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

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

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

border-color css

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

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

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