Html Css Color HEX #C0FF15 Electric Lime

📋 copy color: '#C0FF15'

red 192 ◦ green 255 ◦ blue 21

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

Shades of Electric Lime #C0FF15

Tints of Electric Lime #C0FF15

RGB

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

 GREEN value IS 255 (100% from 255) = 54.49%

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

R = 41.03%
G = 54.49%
B = 4.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#C0FF15 (or 0xC0FF15) is known color: Electric Lime. HEX triplet: C0, FF and 15. RGB value is (192,255,21). Sum of RGB (Red+Green+Blue) = 192+255+21=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FF15 is #3F00EA. Grayscale: #D2D2D2. Windows color (decimal): -4129003 or 1441728. OLE color: 1441728.

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

Color convert

RGB 192 255 21 -
CMYK 0.25 0 0.92 0
HSL 76.15º 1% 0.54% -
HSV(B) 76.15º 0.92% 1% -
XYZ 57.63 82.78 13.65 -
YUV 209.49 21.63 115.53 -
System Red Green Blue C M Y K H S L
Decimal 192 255 21 0.25 0 0.92 0 76.15 1 0.54
Hex C0 FF 15 19 0 5C 0 4C 64 36
Octal 300 377 25 31 0 134 0 114 144 66
Binary 11000000 11111111 10101 11001 0 1011100 0 1001100 1100100 110110

Color Harmonies of #C0FF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FF15

Black with #C0FF15

Text Example


Text Example

White with #C0FF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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