Html Css Color HEX #C1ED01 Electric Lime

📋 copy color: '#C1ED01'

red 193 ◦ green 237 ◦ blue 1

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

Shades of Electric Lime #C1ED01

Tints of Electric Lime #C1ED01

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.99%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 44.78%
G = 54.99%
B = 0.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#C1ED01 (or 0xC1ED01) is known color: Electric Lime. HEX triplet: C1, ED and 01. RGB value is (193,237,1). Sum of RGB (Red+Green+Blue) = 193+237+1=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1ED01 is #3E12FE. Grayscale: #C5C5C5. Windows color (decimal): -4068095 or 126401. OLE color: 126401.

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

Color convert

RGB 193 237 1 -
CMYK 0.19 0 1.00 0.07
HSL 71.19º 0.99% 0.47% -
HSV(B) 71.19º 1% 0.93% -
XYZ 52.28 71.91 11.15 -
YUV 196.94 17.42 125.19 -
System Red Green Blue C M Y K H S L
Decimal 193 237 1 0.19 0 1.00 0.07 71.19 0.99 0.47
Hex C1 ED 1 13 0 64 7 47 63 2F
Octal 301 355 1 23 0 144 7 107 143 57
Binary 11000001 11101101 1 10011 0 1100100 111 1000111 1100011 101111

Color Harmonies of #C1ED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ED01

Black with #C1ED01

Text Example


Text Example

White with #C1ED01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ED01; }

 p { color: rgb(193,237,1); }

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

background-color css

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

 a { background-color: rgb(193,237,1); }

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

border-color css

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

 span { border-color: rgb(193,237,1); }

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