Html Css Color HEX #C1EF0A Electric Lime

📋 copy color: '#C1EF0A'

red 193 ◦ green 239 ◦ blue 10

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

Shades of Electric Lime #C1EF0A

Tints of Electric Lime #C1EF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.26%

R = 43.67%
G = 54.07%
B = 2.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#C1EF0A (or 0xC1EF0A) is known color: Electric Lime. HEX triplet: C1, EF and 0A. RGB value is (193,239,10). Sum of RGB (Red+Green+Blue) = 193+239+10=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1EF0A is #3E10F5. Grayscale: #C8C8C8. Windows color (decimal): -4067574 or 716737. OLE color: 716737.

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

Color convert

RGB 193 239 10 -
CMYK 0.19 0 0.96 0.06
HSL 72.05º 0.92% 0.49% -
HSV(B) 72.05º 0.96% 0.94% -
XYZ 52.91 73.09 11.61 -
YUV 199.14 21.26 123.62 -
System Red Green Blue C M Y K H S L
Decimal 193 239 10 0.19 0 0.96 0.06 72.05 0.92 0.49
Hex C1 EF A 13 0 60 6 48 5C 31
Octal 301 357 12 23 0 140 6 110 134 61
Binary 11000001 11101111 1010 10011 0 1100000 110 1001000 1011100 110001

Color Harmonies of #C1EF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EF0A

Black with #C1EF0A

Text Example


Text Example

White with #C1EF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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