Html Css Color HEX #C1EF00 Electric Lime

📋 copy color: '#C1EF00'

red 193 ◦ green 239 ◦ blue 0

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

Shades of Electric Lime #C1EF00

Tints of Electric Lime #C1EF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.68%
G = 55.32%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#C1EF00 (or 0xC1EF00) is known color: Electric Lime. HEX triplet: C1, EF and 00. RGB value is (193,239,0). Sum of RGB (Red+Green+Blue) = 193+239+0=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1EF00 is #3E10FF. Grayscale: #C6C6C6. Windows color (decimal): -4067584 or 61377. OLE color: 61377.

HSL color Cylindrical-coordinate representation of color #C1EF00: hue angle of 71.55º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1EF00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 239 0 -
CMYK 0.19 0 1 0.06
HSL 71.55º 1% 0.47% -
HSV(B) 71.55º 1% 0.94% -
XYZ 52.86 73.07 11.32 -
YUV 198 16.26 124.43 -
System Red Green Blue C M Y K H S L
Decimal 193 239 0 0.19 0 1 0.06 71.55 1 0.47
Hex C1 EF 0 13 0 64 6 48 64 2F
Octal 301 357 0 23 0 144 6 110 144 57
Binary 11000001 11101111 0 10011 0 1100100 110 1001000 1100100 101111

Color Harmonies of #C1EF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EF00

Black with #C1EF00

Text Example


Text Example

White with #C1EF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EF00; }

 p { color: rgb(193,239,0); }

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

background-color css

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

 a { background-color: rgb(193,239,0); }

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

border-color css

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

 span { border-color: rgb(193,239,0); }

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