Html Css Color HEX #C5FE13 Electric Lime

📋 copy color: '#C5FE13'

red 197 ◦ green 254 ◦ blue 19

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

Shades of Electric Lime #C5FE13

Tints of Electric Lime #C5FE13

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.04%

 BLUE value IS 19 (7.81% from 255) = 4.04%

R = 41.91%
G = 54.04%
B = 4.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#C5FE13 (or 0xC5FE13) is known color: Electric Lime. HEX triplet: C5, FE and 13. RGB value is (197,254,19). Sum of RGB (Red+Green+Blue) = 197+254+19=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 19 (7.81% from 255 or 4.04% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FE13 is #3A01EC. Grayscale: #D3D3D3. Windows color (decimal): -3801581 or 1310405. OLE color: 1310405.

HSL color Cylindrical-coordinate representation of color #C5FE13: hue angle of 74.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5FE13 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 254 19 -
CMYK 0.22 0 0.93 0.00
HSL 74.55º 0.99% 0.54% -
HSV(B) 74.55º 0.93% 1% -
XYZ 58.59 82.8 13.51 -
YUV 210.17 20.12 118.61 -
System Red Green Blue C M Y K H S L
Decimal 197 254 19 0.22 0 0.93 0.00 74.55 0.99 0.54
Hex C5 FE 13 16 0 5D 0 4B 63 36
Octal 305 376 23 26 0 135 0 113 143 66
Binary 11000101 11111110 10011 10110 0 1011101 0 1001011 1100011 110110

Color Harmonies of #C5FE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FE13

Black with #C5FE13

Text Example


Text Example

White with #C5FE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FE13; }

 p { color: rgb(197,254,19); }

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

background-color css

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

 a { background-color: rgb(197,254,19); }

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

border-color css

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

 span { border-color: rgb(197,254,19); }

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