Html Css Color HEX #C0FE15 Electric Lime

📋 copy color: '#C0FE15'

red 192 ◦ green 254 ◦ blue 21

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

Shades of Electric Lime #C0FE15

Tints of Electric Lime #C0FE15

RGB

 RED value IS 192 (75.39% from 255) = 41.11%

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

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

R = 41.11%
G = 54.39%
B = 4.5%

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

#C0FE15 (or 0xC0FE15) is known color: Electric Lime. HEX triplet: C0, FE and 15. RGB value is (192,254,21). Sum of RGB (Red+Green+Blue) = 192+254+21=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FE15 is #3F01EA. Grayscale: #D1D1D1. Windows color (decimal): -4129259 or 1441472. OLE color: 1441472.

HSL color Cylindrical-coordinate representation of color #C0FE15: hue angle of 75.97º 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 #C0FE15 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 254 21 -
CMYK 0.24 0 0.92 0.00
HSL 75.97º 0.99% 0.54% -
HSV(B) 75.97º 0.92% 1% -
XYZ 57.32 82.14 13.54 -
YUV 208.9 21.96 115.95 -
System Red Green Blue C M Y K H S L
Decimal 192 254 21 0.24 0 0.92 0.00 75.97 0.99 0.54
Hex C0 FE 15 18 0 5C 0 4C 63 36
Octal 300 376 25 30 0 134 0 114 143 66
Binary 11000000 11111110 10101 11000 0 1011100 0 1001100 1100011 110110

Color Harmonies of #C0FE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FE15

Black with #C0FE15

Text Example


Text Example

White with #C0FE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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