Html Css Color HEX #C1FE15 Electric Lime

📋 copy color: '#C1FE15'

red 193 ◦ green 254 ◦ blue 21

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

Shades of Electric Lime #C1FE15

Tints of Electric Lime #C1FE15

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.27%

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

R = 41.24%
G = 54.27%
B = 4.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#C1FE15 (or 0xC1FE15) is known color: Electric Lime. HEX triplet: C1, FE and 15. RGB value is (193,254,21). Sum of RGB (Red+Green+Blue) = 193+254+21=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FE15 is #3E01EA. Grayscale: #D2D2D2. Windows color (decimal): -4063723 or 1441473. OLE color: 1441473.

HSL color Cylindrical-coordinate representation of color #C1FE15: hue angle of 75.71º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1FE15 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 254 21 -
CMYK 0.24 0 0.92 0.00
HSL 75.71º 0.99% 0.54% -
HSV(B) 75.71º 0.92% 1% -
XYZ 57.57 82.28 13.56 -
YUV 209.2 21.79 116.45 -
System Red Green Blue C M Y K H S L
Decimal 193 254 21 0.24 0 0.92 0.00 75.71 0.99 0.54
Hex C1 FE 15 18 0 5C 0 4C 63 36
Octal 301 376 25 30 0 134 0 114 143 66
Binary 11000001 11111110 10101 11000 0 1011100 0 1001100 1100011 110110

Color Harmonies of #C1FE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FE15

Black with #C1FE15

Text Example


Text Example

White with #C1FE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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