Html Css Color HEX #C5FC1E Electric Lime

📋 copy color: '#C5FC1E'

red 197 ◦ green 252 ◦ blue 30

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

Shades of Electric Lime #C5FC1E

Tints of Electric Lime #C5FC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.26%

R = 41.13%
G = 52.61%
B = 6.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#C5FC1E (or 0xC5FC1E) is known color: Electric Lime. HEX triplet: C5, FC and 1E. RGB value is (197,252,30). Sum of RGB (Red+Green+Blue) = 197+252+30=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 252 (98.83% from 255 or 52.61% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FC1E is #3A03E1. Grayscale: #D3D3D3. Windows color (decimal): -3802082 or 2030789. OLE color: 2030789.

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

Color convert

RGB 197 252 30 -
CMYK 0.22 0 0.88 0.01
HSL 74.86º 0.97% 0.55% -
HSV(B) 74.86º 0.88% 0.99% -
XYZ 58.07 81.58 13.92 -
YUV 210.25 26.28 118.55 -
System Red Green Blue C M Y K H S L
Decimal 197 252 30 0.22 0 0.88 0.01 74.86 0.97 0.55
Hex C5 FC 1E 16 0 58 1 4B 61 37
Octal 305 374 36 26 0 130 1 113 141 67
Binary 11000101 11111100 11110 10110 0 1011000 1 1001011 1100001 110111

Color Harmonies of #C5FC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FC1E

Black with #C5FC1E

Text Example


Text Example

White with #C5FC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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