Html Css Color HEX #C1F60E Electric Lime

📋 copy color: '#C1F60E'

red 193 ◦ green 246 ◦ blue 14

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

Shades of Electric Lime #C1F60E

Tints of Electric Lime #C1F60E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.3%

 BLUE value IS 14 (5.86% from 255) = 3.09%

R = 42.6%
G = 54.3%
B = 3.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#C1F60E (or 0xC1F60E) is known color: Electric Lime. HEX triplet: C1, F6 and 0E. RGB value is (193,246,14). Sum of RGB (Red+Green+Blue) = 193+246+14=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 14 (5.86% from 255 or 3.09% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #C1F60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F60E is #3E09F1. Grayscale: #CCCCCC. Windows color (decimal): -4065778 or 980673. OLE color: 980673.

HSL color Cylindrical-coordinate representation of color #C1F60E: hue angle of 73.71º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1F60E is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 246 14 -
CMYK 0.22 0 0.94 0.04
HSL 73.71º 0.93% 0.51% -
HSV(B) 73.71º 0.94% 0.96% -
XYZ 55.03 77.28 12.43 -
YUV 203.71 20.94 120.36 -
System Red Green Blue C M Y K H S L
Decimal 193 246 14 0.22 0 0.94 0.04 73.71 0.93 0.51
Hex C1 F6 E 16 0 5E 4 4A 5D 33
Octal 301 366 16 26 0 136 4 112 135 63
Binary 11000001 11110110 1110 10110 0 1011110 100 1001010 1011101 110011

Color Harmonies of #C1F60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F60E

Black with #C1F60E

Text Example


Text Example

White with #C1F60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F60E; }

 p { color: rgb(193,246,14); }

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

background-color css

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

 a { background-color: rgb(193,246,14); }

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

border-color css

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

 span { border-color: rgb(193,246,14); }

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