Html Css Color HEX #C1F310 Electric Lime

📋 copy color: '#C1F310'

red 193 ◦ green 243 ◦ blue 16

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

Shades of Electric Lime #C1F310

Tints of Electric Lime #C1F310

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.76%

 BLUE value IS 16 (6.64% from 255) = 3.54%

R = 42.7%
G = 53.76%
B = 3.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#C1F310 (or 0xC1F310) is known color: Electric Lime. HEX triplet: C1, F3 and 10. RGB value is (193,243,16). Sum of RGB (Red+Green+Blue) = 193+243+16=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F310 is #3E0CEF. Grayscale: #CBCBCB. Windows color (decimal): -4066544 or 1110977. OLE color: 1110977.

HSL color Cylindrical-coordinate representation of color #C1F310: hue angle of 73.22º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1F310 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 243 16 -
CMYK 0.21 0 0.93 0.05
HSL 73.22º 0.9% 0.51% -
HSV(B) 73.22º 0.93% 0.95% -
XYZ 54.14 75.48 12.21 -
YUV 202.17 22.94 121.46 -
System Red Green Blue C M Y K H S L
Decimal 193 243 16 0.21 0 0.93 0.05 73.22 0.9 0.51
Hex C1 F3 10 15 0 5D 5 49 5A 33
Octal 301 363 20 25 0 135 5 111 132 63
Binary 11000001 11110011 10000 10101 0 1011101 101 1001001 1011010 110011

Color Harmonies of #C1F310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F310

Black with #C1F310

Text Example


Text Example

White with #C1F310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F310; }

 p { color: rgb(193,243,16); }

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

background-color css

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

 a { background-color: rgb(193,243,16); }

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

border-color css

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

 span { border-color: rgb(193,243,16); }

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