Html Css Color HEX #C1FF12 Electric Lime

📋 copy color: '#C1FF12'

red 193 ◦ green 255 ◦ blue 18

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

Shades of Electric Lime #C1FF12

Tints of Electric Lime #C1FF12

RGB

 RED value IS 193 (75.78% from 255) = 41.42%

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

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

R = 41.42%
G = 54.72%
B = 3.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#C1FF12 (or 0xC1FF12) is known color: Electric Lime. HEX triplet: C1, FF and 12. RGB value is (193,255,18). Sum of RGB (Red+Green+Blue) = 193+255+18=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FF12 is #3E00ED. Grayscale: #D2D2D2. Windows color (decimal): -4063470 or 1245121. OLE color: 1245121.

HSL color Cylindrical-coordinate representation of color #C1FF12: hue angle of 75.7º 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 #C1FF12 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 193 255 18 -
CMYK 0.24 0 0.93 0
HSL 75.7º 1% 0.54% -
HSV(B) 75.7º 0.93% 1% -
XYZ 57.86 82.9 13.52 -
YUV 209.44 19.96 116.27 -
System Red Green Blue C M Y K H S L
Decimal 193 255 18 0.24 0 0.93 0 75.7 1 0.54
Hex C1 FF 12 18 0 5D 0 4C 64 36
Octal 301 377 22 30 0 135 0 114 144 66
Binary 11000001 11111111 10010 11000 0 1011101 0 1001100 1100100 110110

Color Harmonies of #C1FF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FF12

Black with #C1FF12

Text Example


Text Example

White with #C1FF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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