Html Css Color HEX #C1FF05 Electric Lime

📋 copy color: '#C1FF05'

red 193 ◦ green 255 ◦ blue 5

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

Shades of Electric Lime #C1FF05

Tints of Electric Lime #C1FF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 42.6%
G = 56.29%
B = 1.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#C1FF05 (or 0xC1FF05) is known color: Electric Lime. HEX triplet: C1, FF and 05. RGB value is (193,255,5). Sum of RGB (Red+Green+Blue) = 193+255+5=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FF05 is #3E00FA. Grayscale: #D0D0D0. Windows color (decimal): -4063483 or 393153. OLE color: 393153.

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

Color convert

RGB 193 255 5 -
CMYK 0.24 0 0.98 0
HSL 74.88º 1% 0.51% -
HSV(B) 74.88º 0.98% 1% -
XYZ 57.78 82.87 13.09 -
YUV 207.96 13.46 117.33 -
System Red Green Blue C M Y K H S L
Decimal 193 255 5 0.24 0 0.98 0 74.88 1 0.51
Hex C1 FF 5 18 0 62 0 4B 64 33
Octal 301 377 5 30 0 142 0 113 144 63
Binary 11000001 11111111 101 11000 0 1100010 0 1001011 1100100 110011

Color Harmonies of #C1FF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FF05

Black with #C1FF05

Text Example


Text Example

White with #C1FF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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