Html Css Color HEX #C1ED05 Electric Lime

📋 copy color: '#C1ED05'

red 193 ◦ green 237 ◦ blue 5

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

Shades of Electric Lime #C1ED05

Tints of Electric Lime #C1ED05

RGB

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

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

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

R = 44.37%
G = 54.48%
B = 1.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#C1ED05 (or 0xC1ED05) is known color: Electric Lime. HEX triplet: C1, ED and 05. RGB value is (193,237,5). Sum of RGB (Red+Green+Blue) = 193+237+5=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1ED05 is #3E12FA. Grayscale: #C6C6C6. Windows color (decimal): -4068091 or 388545. OLE color: 388545.

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

Color convert

RGB 193 237 5 -
CMYK 0.19 0 0.98 0.07
HSL 71.38º 0.96% 0.47% -
HSV(B) 71.38º 0.98% 0.93% -
XYZ 52.3 71.92 11.27 -
YUV 197.4 19.42 124.86 -
System Red Green Blue C M Y K H S L
Decimal 193 237 5 0.19 0 0.98 0.07 71.38 0.96 0.47
Hex C1 ED 5 13 0 62 7 47 60 2F
Octal 301 355 5 23 0 142 7 107 140 57
Binary 11000001 11101101 101 10011 0 1100010 111 1000111 1100000 101111

Color Harmonies of #C1ED05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ED05

Black with #C1ED05

Text Example


Text Example

White with #C1ED05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ED05; }

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

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

background-color css

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

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

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

border-color css

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

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

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