Html Css Color HEX #C0FF18 Electric Lime

📋 copy color: '#C0FF18'

red 192 ◦ green 255 ◦ blue 24

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

Shades of Electric Lime #C0FF18

Tints of Electric Lime #C0FF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.1%

R = 40.76%
G = 54.14%
B = 5.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#C0FF18 (or 0xC0FF18) is known color: Electric Lime. HEX triplet: C0, FF and 18. RGB value is (192,255,24). Sum of RGB (Red+Green+Blue) = 192+255+24=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FF18 is #3F00E7. Grayscale: #D2D2D2. Windows color (decimal): -4129000 or 1638336. OLE color: 1638336.

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

Color convert

RGB 192 255 24 -
CMYK 0.25 0 0.91 0
HSL 76.36º 1% 0.55% -
HSV(B) 76.36º 0.91% 1% -
XYZ 57.66 82.79 13.81 -
YUV 209.83 23.13 115.28 -
System Red Green Blue C M Y K H S L
Decimal 192 255 24 0.25 0 0.91 0 76.36 1 0.55
Hex C0 FF 18 19 0 5B 0 4C 64 37
Octal 300 377 30 31 0 133 0 114 144 67
Binary 11000000 11111111 11000 11001 0 1011011 0 1001100 1100100 110111

Color Harmonies of #C0FF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FF18

Black with #C0FF18

Text Example


Text Example

White with #C0FF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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