Html Css Color HEX #C1FF18 Electric Lime

📋 copy color: '#C1FF18'

red 193 ◦ green 255 ◦ blue 24

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

Shades of Electric Lime #C1FF18

Tints of Electric Lime #C1FF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.08%

R = 40.89%
G = 54.03%
B = 5.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#C1FF18 (or 0xC1FF18) is known color: Electric Lime. HEX triplet: C1, FF and 18. RGB value is (193,255,24). Sum of RGB (Red+Green+Blue) = 193+255+24=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FF18 is #3E00E7. Grayscale: #D2D2D2. Windows color (decimal): -4063464 or 1638337. OLE color: 1638337.

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

Color convert

RGB 193 255 24 -
CMYK 0.24 0 0.91 0
HSL 76.1º 1% 0.55% -
HSV(B) 76.1º 0.91% 1% -
XYZ 57.92 82.92 13.82 -
YUV 210.13 22.96 115.78 -
System Red Green Blue C M Y K H S L
Decimal 193 255 24 0.24 0 0.91 0 76.1 1 0.55
Hex C1 FF 18 18 0 5B 0 4C 64 37
Octal 301 377 30 30 0 133 0 114 144 67
Binary 11000001 11111111 11000 11000 0 1011011 0 1001100 1100100 110111

Color Harmonies of #C1FF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FF18

Black with #C1FF18

Text Example


Text Example

White with #C1FF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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