Html Css Color HEX #C5FC0F Electric Lime

📋 copy color: '#C5FC0F'

red 197 ◦ green 252 ◦ blue 15

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

Shades of Electric Lime #C5FC0F

Tints of Electric Lime #C5FC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.23%

R = 42.46%
G = 54.31%
B = 3.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#C5FC0F (or 0xC5FC0F) is known color: Electric Lime. HEX triplet: C5, FC and 0F. RGB value is (197,252,15). Sum of RGB (Red+Green+Blue) = 197+252+15=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FC0F is #3A03F0. Grayscale: #D1D1D1. Windows color (decimal): -3802097 or 1047749. OLE color: 1047749.

HSL color Cylindrical-coordinate representation of color #C5FC0F: hue angle of 73.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5FC0F is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 252 15 -
CMYK 0.22 0 0.94 0.01
HSL 73.92º 0.98% 0.52% -
HSV(B) 73.92º 0.94% 0.99% -
XYZ 57.92 81.53 13.14 -
YUV 208.54 18.78 119.77 -
System Red Green Blue C M Y K H S L
Decimal 197 252 15 0.22 0 0.94 0.01 73.92 0.98 0.52
Hex C5 FC F 16 0 5E 1 4A 62 34
Octal 305 374 17 26 0 136 1 112 142 64
Binary 11000101 11111100 1111 10110 0 1011110 1 1001010 1100010 110100

Color Harmonies of #C5FC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FC0F

Black with #C5FC0F

Text Example


Text Example

White with #C5FC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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