Html Css Color HEX #C1FF0B Electric Lime

📋 copy color: '#C1FF0B'

red 193 ◦ green 255 ◦ blue 11

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

Shades of Electric Lime #C1FF0B

Tints of Electric Lime #C1FF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.4%

R = 42.05%
G = 55.56%
B = 2.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#C1FF0B (or 0xC1FF0B) is known color: Electric Lime. HEX triplet: C1, FF and 0B. RGB value is (193,255,11). Sum of RGB (Red+Green+Blue) = 193+255+11=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FF0B is #3E00F4. Grayscale: #D1D1D1. Windows color (decimal): -4063477 or 786369. OLE color: 786369.

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

Color convert

RGB 193 255 11 -
CMYK 0.24 0 0.96 0
HSL 75.25º 1% 0.52% -
HSV(B) 75.25º 0.96% 1% -
XYZ 57.81 82.88 13.27 -
YUV 208.65 16.46 116.84 -
System Red Green Blue C M Y K H S L
Decimal 193 255 11 0.24 0 0.96 0 75.25 1 0.52
Hex C1 FF B 18 0 60 0 4B 64 34
Octal 301 377 13 30 0 140 0 113 144 64
Binary 11000001 11111111 1011 11000 0 1100000 0 1001011 1100100 110100

Color Harmonies of #C1FF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FF0B

Black with #C1FF0B

Text Example


Text Example

White with #C1FF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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