Html Css Color HEX #C5FF12 Electric Lime

📋 copy color: '#C5FF12'

red 197 ◦ green 255 ◦ blue 18

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

Shades of Electric Lime #C5FF12

Tints of Electric Lime #C5FF12

RGB

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

 GREEN value IS 255 (100% from 255) = 54.26%

 BLUE value IS 18 (7.42% from 255) = 3.83%

R = 41.91%
G = 54.26%
B = 3.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#C5FF12 (or 0xC5FF12) is known color: Electric Lime. HEX triplet: C5, FF and 12. RGB value is (197,255,18). Sum of RGB (Red+Green+Blue) = 197+255+18=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FF12 is #3A00ED. Grayscale: #D3D3D3. Windows color (decimal): -3801326 or 1245125. OLE color: 1245125.

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

Color convert

RGB 197 255 18 -
CMYK 0.23 0 0.93 0
HSL 74.68º 1% 0.54% -
HSV(B) 74.68º 0.93% 1% -
XYZ 58.9 83.43 13.57 -
YUV 210.64 19.28 118.27 -
System Red Green Blue C M Y K H S L
Decimal 197 255 18 0.23 0 0.93 0 74.68 1 0.54
Hex C5 FF 12 17 0 5D 0 4B 64 36
Octal 305 377 22 27 0 135 0 113 144 66
Binary 11000101 11111111 10010 10111 0 1011101 0 1001011 1100100 110110

Color Harmonies of #C5FF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FF12

Black with #C5FF12

Text Example


Text Example

White with #C5FF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FF12; }

 p { color: rgb(197,255,18); }

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

background-color css

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

 a { background-color: rgb(197,255,18); }

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

border-color css

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

 span { border-color: rgb(197,255,18); }

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