Html Css Color HEX #C1F815 Electric Lime

📋 copy color: '#C1F815'

red 193 ◦ green 248 ◦ blue 21

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

Shades of Electric Lime #C1F815

Tints of Electric Lime #C1F815

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.68%

 BLUE value IS 21 (8.59% from 255) = 4.55%

R = 41.77%
G = 53.68%
B = 4.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#C1F815 (or 0xC1F815) is known color: Electric Lime. HEX triplet: C1, F8 and 15. RGB value is (193,248,21). Sum of RGB (Red+Green+Blue) = 193+248+21=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F815 is #3E07EA. Grayscale: #CECECE. Windows color (decimal): -4065259 or 1439937. OLE color: 1439937.

HSL color Cylindrical-coordinate representation of color #C1F815: hue angle of 74.54º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1F815 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 248 21 -
CMYK 0.22 0 0.92 0.03
HSL 74.54º 0.94% 0.53% -
HSV(B) 74.54º 0.92% 0.97% -
XYZ 55.7 78.53 12.93 -
YUV 205.68 23.78 118.96 -
System Red Green Blue C M Y K H S L
Decimal 193 248 21 0.22 0 0.92 0.03 74.54 0.94 0.53
Hex C1 F8 15 16 0 5C 3 4B 5E 35
Octal 301 370 25 26 0 134 3 113 136 65
Binary 11000001 11111000 10101 10110 0 1011100 11 1001011 1011110 110101

Color Harmonies of #C1F815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F815

Black with #C1F815

Text Example


Text Example

White with #C1F815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F815; }

 p { color: rgb(193,248,21); }

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

background-color css

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

 a { background-color: rgb(193,248,21); }

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

border-color css

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

 span { border-color: rgb(193,248,21); }

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